Html Css Color HEX #7808CE Dark Violet

📋 copy color: '#7808CE'

red 120 ◦ green 8 ◦ blue 206

#7808CE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Violet #7808CE

Tints of Dark Violet #7808CE

RGB

 RED value IS 120 (47.27% from 255) = 35.93%

 GREEN value IS 8 (3.52% from 255) = 2.4%

 BLUE value IS 206 (80.86% from 255) = 61.68%

R = 35.93%
G = 2.4%
B = 61.68%

CMYK

 C value IS 0.42

 M value IS 0.96

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7808CE (or 0x7808CE) is known color: Dark Violet. HEX triplet: 78, 08 and CE. RGB value is (120,8,206). Sum of RGB (Red+Green+Blue) = 120+8+206=334 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.93% from 334); Green value is 8 (3.52% from 255 or 2.40% from 334); Blue value is 206 (80.86% from 255 or 61.68% from 334); Max value from RGB is 206 - color contains mainly: blue. Hex color #7808CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7808CE is #87F731. Grayscale: #3F3F3F. Windows color (decimal): -8910642 or 13502584. OLE color: 13502584.

HSL color Cylindrical-coordinate representation of color #7808CE: hue angle of 273.94º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7808CE is Cyan = 0.42, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 120 8 206 -
CMYK 0.42 0.96 0 0.19
HSL 273.94º 0.93% 0.42% -
HSV(B) 273.94º 0.96% 0.81% -
XYZ 18.97 8.62 59.06 -
YUV 64.06 208.11 167.9 -
System Red Green Blue C M Y K H S L
Decimal 120 8 206 0.42 0.96 0 0.19 273.94 0.93 0.42
Hex 78 8 CE 2A 60 0 13 112 5D 2A
Octal 170 10 316 52 140 0 23 422 135 52
Binary 1111000 1000 11001110 101010 1100000 0 10011 100010010 1011101 101010

Color Harmonies of #7808CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7808CE

Black with #7808CE

Text Example


Text Example

White with #7808CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7808CE; }

 p { color: rgb(120,8,206); }

 H1.HeaderClassName
 {
   color: #7808CE;
 }
 .AnyTagClassName
 {
   color: #7808CE;
 }
</style>

background-color css

<style>
 a { background-color: #7808CE; }

 a { background-color: rgb(120,8,206); }

 div.DivClassName
 {
   background-color: #7808CE;
 }
 .BgClassName
 {
   background-color: #7808CE;
 }
</style>

border-color css

<style>
 span { border-color: #7808CE; }

 span { border-color: rgb(120,8,206); }

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