#7511D6

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

Shades of Blue Violet #7511D6

Tints of Blue Violet #7511D6

Color information

#7511D6 (or 0x7511D6) is unknown color: approx Blue Violet. HEX triplet: 75, 11 and D6. RGB value is (117,17,214). Sum of RGB (Red+Green+Blue) = 117+17+214=348 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.62% from 348); Green value is 17 (7.03% from 255 or 4.89% from 348); Blue value is 214 (83.98% from 255 or 61.49% from 348); Max value from RGB is 214 - color contains mainly: blue. Hex color #7511D6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7511D6 is #8AEE29. Grayscale: #444444. Windows color (decimal): -9104938 or 14029173. OLE color: 14029173.

HSL color Cylindrical-coordinate representation of color #7511D6: hue angle of 270.46º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7511D6 is Cyan = 0.45, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB11717214-
CMYK0.450.9200.16
HSL270.46º85.28%45.29%-
HSV(B)270.46º92.06%83.92%-
XYZ19.679.0464.33-
YUV69.36209.63161.98-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 33.62%
GREEN value IS 17 (7.03% from 255) = 4.89%
BLUE value IS 214 (83.98% from 255) = 61.49%
R=33.62%
G=4.89%
B=61.49%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal117172140.450.9200.16270.4685.2845.29
Hex7511D62D5C01010e552d
Octal165213265513402041612555
Binary1110101100011101011010110110111000100001000011101010101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7511D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7511D6; }

 p { color: rgb(117,17,214); }

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

<style>
 a { background-color: #7511D6; }

 a { background-color: rgb(117,17,214); }

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

<style>
 span { border-color: #7511D6; }

 span { border-color: rgb(117,17,214); }

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