#752aef

Color #752AEF Blue Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Violet #752AEF

Tints of Blue Violet #752AEF

Color information

#752AEF (or 0x752AEF) is unknown color: approx Blue Violet. HEX triplet: 75, 2A and EF. RGB value is (117,42,239). Sum of RGB (Red+Green+Blue) = 117+42+239=398 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.40% from 398); Green value is 42 (16.80% from 255 or 10.55% from 398); Blue value is 239 (93.75% from 255 or 60.05% from 398); Max value from RGB is 239 - color contains mainly: blue. Hex color #752AEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #752AEF is #8AD510. Grayscale: #565656. Windows color (decimal): -9098513 or 15673973. OLE color: 15673973.

HSL color Cylindrical-coordinate representation of color #752AEF: hue angle of 262.84º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #752AEF is Cyan = 0.51, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB11742239-
CMYK0.510.8200.06
HSL262.84º86.03%55.1%-
HSV(B)262.84º82.43%93.73%-
XYZ23.7411.6782.66-
YUV86.88213.85149.48-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 117 (46.09% from 255) = 29.40%
GREEN value IS 42 (16.80% from 255) = 10.55%
BLUE value IS 239 (93.75% from 255) = 60.05%
R=29.40%
G=10.55%
B=60.05%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal117422390.510.8200.06262.8486.0355.1
Hex752AEF3352061075637
Octal16552357631220640712667
Binary111010110101011101111110011101001001101000001111010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752aef

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752aef; }

 p { color: rgb(117,42,239); }

 H1.HeaderClassName
 {
   color: #752aef;
 }
 .AnyTagClassName
 {
   color: #752aef;
 }
</style>
background-color css

<style>
 a { background-color: #752aef; }

 a { background-color: rgb(117,42,239); }

 div.DivClassName
 {
   background-color: #752aef;
 }
 .BgClassName
 {
   background-color: #752aef;
 }
</style>
border-color css

<style>
 span { border-color: #752aef; }

 span { border-color: rgb(117,42,239); }

 td.TdClassName
 {
   border-color: #752aef;
 }
 .TagClassName
 {
   border-color: #752aef;
 }
</style>