#7539DC

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

Shades of Blue Violet #7539DC

Tints of Blue Violet #7539DC

Color information

#7539DC (or 0x7539DC) is unknown color: approx Blue Violet. HEX triplet: 75, 39 and DC. RGB value is (117,57,220). Sum of RGB (Red+Green+Blue) = 117+57+220=394 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.70% from 394); Green value is 57 (22.66% from 255 or 14.47% from 394); Blue value is 220 (86.33% from 255 or 55.84% from 394); Max value from RGB is 220 - color contains mainly: blue. Hex color #7539DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7539DC is #8AC623. Grayscale: #5C5C5C. Windows color (decimal): -9094692 or 14432629. OLE color: 14432629.

HSL color Cylindrical-coordinate representation of color #7539DC: hue angle of 262.09º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7539DC is Cyan = 0.47, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB11757220-
CMYK0.470.7400.14
HSL262.09º69.96%54.31%-
HSV(B)262.09º74.09%86.27%-
XYZ21.7211.8868.86-
YUV93.52199.38144.75-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 29.70%
GREEN value IS 57 (22.66% from 255) = 14.47%
BLUE value IS 220 (86.33% from 255) = 55.84%
R=29.70%
G=14.47%
B=55.84%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal117572200.470.7400.14262.0969.9654.31
Hex7539DC2F4A0E1064636
Octal165713345711201640610666
Binary1110101111001110111001011111001010011101000001101000110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7539DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7539DC; }

 p { color: rgb(117,57,220); }

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

<style>
 a { background-color: #7539DC; }

 a { background-color: rgb(117,57,220); }

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

<style>
 span { border-color: #7539DC; }

 span { border-color: rgb(117,57,220); }

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