Html Css Color HEX #7804CE Dark Violet

📋 copy color: '#7804CE'

red 120 ◦ green 4 ◦ blue 206

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

Shades of Dark Violet #7804CE

Tints of Dark Violet #7804CE

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.21%

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

R = 36.36%
G = 1.21%
B = 62.42%

CMYK

 C value IS 0.42

 M value IS 0.98

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7804CE (or 0x7804CE) is known color: Dark Violet. HEX triplet: 78, 04 and CE. RGB value is (120,4,206). Sum of RGB (Red+Green+Blue) = 120+4+206=330 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.36% from 330); Green value is 4 (1.95% from 255 or 1.21% from 330); Blue value is 206 (80.86% from 255 or 62.42% from 330); Max value from RGB is 206 - color contains mainly: blue. Hex color #7804CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7804CE is #87FB31. Grayscale: #3D3D3D. Windows color (decimal): -8911666 or 13501560. OLE color: 13501560.

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

Color convert

RGB 120 4 206 -
CMYK 0.42 0.98 0 0.19
HSL 274.46º 0.96% 0.41% -
HSV(B) 274.46º 0.98% 0.81% -
XYZ 18.93 8.54 59.04 -
YUV 61.71 209.43 169.57 -
System Red Green Blue C M Y K H S L
Decimal 120 4 206 0.42 0.98 0 0.19 274.46 0.96 0.41
Hex 78 4 CE 2A 62 0 13 112 60 29
Octal 170 4 316 52 142 0 23 422 140 51
Binary 1111000 100 11001110 101010 1100010 0 10011 100010010 1100000 101001

Color Harmonies of #7804CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7804CE

Black with #7804CE

Text Example


Text Example

White with #7804CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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