#7C06DF

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

Shades of Dark Violet #7C06DF

Tints of Dark Violet #7C06DF

Color information

#7C06DF (or 0x7C06DF) is unknown color: approx Dark Violet. HEX triplet: 7C, 06 and DF. RGB value is (124,6,223). Sum of RGB (Red+Green+Blue) = 124+6+223=353 (46% of max value = 765). Red value is 124 (48.83% from 255 or 35.13% from 353); Green value is 6 (2.73% from 255 or 1.70% from 353); Blue value is 223 (87.5% from 255 or 63.17% from 353); Max value from RGB is 223 - color contains mainly: blue. Hex color #7C06DF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7C06DF is #83F920. Grayscale: #414141. Windows color (decimal): -8648993 or 14616188. OLE color: 14616188.

HSL color Cylindrical-coordinate representation of color #7C06DF: hue angle of 272.63º 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 #7C06DF is Cyan = 0.44, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB1246223-
CMYK0.440.9700.13
HSL272.63º94.76%44.9%-
HSV(B)272.63º97.31%87.45%-
XYZ21.79.7470.55-
YUV66.02216.59169.36-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 35.13%
GREEN value IS 6 (2.73% from 255) = 1.70%
BLUE value IS 223 (87.5% from 255) = 63.17%
R=35.13%
G=1.70%
B=63.17%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal12462230.440.9700.13272.6394.7644.9
Hex7C6DF2C610D1115f2d
Octal17463375414101542113755
Binary1111100110110111111011001100001011011000100011011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C06DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7C06DF; }

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

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

<style>
 a { background-color: #7C06DF; }

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

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

<style>
 span { border-color: #7C06DF; }

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

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