#7606DF

Color #7606DF Dark Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Violet #7606DF

Tints of Dark Violet #7606DF

Color information

#7606DF (or 0x7606DF) is unknown color: approx Dark Violet. HEX triplet: 76, 06 and DF. RGB value is (118,6,223). Sum of RGB (Red+Green+Blue) = 118+6+223=347 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.01% from 347); Green value is 6 (2.73% from 255 or 1.73% from 347); Blue value is 223 (87.5% from 255 or 64.27% from 347); Max value from RGB is 223 - color contains mainly: blue. Hex color #7606DF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7606DF is #89F920. Grayscale: #3F3F3F. Windows color (decimal): -9042209 or 14616182. OLE color: 14616182.

HSL color Cylindrical-coordinate representation of color #7606DF: hue angle of 270.97º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7606DF is Cyan = 0.47, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB1186223-
CMYK0.470.9700.13
HSL270.97º94.76%44.9%-
HSV(B)270.97º97.31%87.45%-
XYZ20.869.3170.51-
YUV64.23217.61166.36-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.01%
GREEN value IS 6 (2.73% from 255) = 1.73%
BLUE value IS 223 (87.5% from 255) = 64.27%
R=34.01%
G=1.73%
B=64.27%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal11862230.470.9700.13270.9794.7644.9
Hex766DF2F610D10f5f2d
Octal16663375714101541713755
Binary1110110110110111111011111100001011011000011111011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7606DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7606DF; }

 p { color: rgb(118,6,223); }

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

<style>
 a { background-color: #7606DF; }

 a { background-color: rgb(118,6,223); }

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

<style>
 span { border-color: #7606DF; }

 span { border-color: rgb(118,6,223); }

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