#7807CB

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

Shades of Dark Violet #7807CB

Tints of Dark Violet #7807CB

Color information

#7807CB (or 0x7807CB) is unknown color: approx Dark Violet. HEX triplet: 78, 07 and CB. RGB value is (120,7,203). Sum of RGB (Red+Green+Blue) = 120+7+203=330 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.36% from 330); Green value is 7 (3.12% from 255 or 2.12% from 330); Blue value is 203 (79.69% from 255 or 61.52% from 330); Max value from RGB is 203 - color contains mainly: blue. Hex color #7807CB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7807CB is #87F834. Grayscale: #3E3E3E. Windows color (decimal): -8910901 or 13305720. OLE color: 13305720.

HSL color Cylindrical-coordinate representation of color #7807CB: hue angle of 274.59º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7807CB is Cyan = 0.41, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB1207203-
CMYK0.410.9700.20
HSL274.59º93.33%41.18%-
HSV(B)274.59º96.55%79.61%-
XYZ18.68.4657.15-
YUV63.13206.94168.56-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 36.36%
GREEN value IS 7 (3.12% from 255) = 2.12%
BLUE value IS 203 (79.69% from 255) = 61.52%
R=36.36%
G=2.12%
B=61.52%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal12072030.410.9700.20274.5993.3341.18
Hex787CB29610141135d29
Octal17073135114102442313551
Binary11110001111100101110100111000010101001000100111011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7807CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7807CB; }

 p { color: rgb(120,7,203); }

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

<style>
 a { background-color: #7807CB; }

 a { background-color: rgb(120,7,203); }

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

<style>
 span { border-color: #7807CB; }

 span { border-color: rgb(120,7,203); }

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