Html Css Color HEX #7804DC Dark Violet

📋 copy color: '#7804DC'

red 120 ◦ green 4 ◦ blue 220

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

Shades of Dark Violet #7804DC

Tints of Dark Violet #7804DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 63.95%

R = 34.88%
G = 1.16%
B = 63.95%

CMYK

 C value IS 0.45

 M value IS 0.98

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7804DC (or 0x7804DC) is known color: Dark Violet. HEX triplet: 78, 04 and DC. RGB value is (120,4,220). Sum of RGB (Red+Green+Blue) = 120+4+220=344 (45% of max value = 765). Red value is 120 (47.27% from 255 or 34.88% from 344); Green value is 4 (1.95% from 255 or 1.16% from 344); Blue value is 220 (86.33% from 255 or 63.95% from 344); Max value from RGB is 220 - color contains mainly: blue. Hex color #7804DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7804DC is #87FB23. Grayscale: #3E3E3E. Windows color (decimal): -8911652 or 14419064. OLE color: 14419064.

HSL color Cylindrical-coordinate representation of color #7804DC: hue angle of 272.22º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7804DC is Cyan = 0.45, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 120 4 220 -
CMYK 0.45 0.98 0 0.14
HSL 272.22º 0.96% 0.44% -
HSV(B) 272.22º 0.98% 0.86% -
XYZ 20.71 9.25 68.4 -
YUV 63.31 216.43 168.44 -
System Red Green Blue C M Y K H S L
Decimal 120 4 220 0.45 0.98 0 0.14 272.22 0.96 0.44
Hex 78 4 DC 2D 62 0 E 110 60 2C
Octal 170 4 334 55 142 0 16 420 140 54
Binary 1111000 100 11011100 101101 1100010 0 1110 100010000 1100000 101100

Color Harmonies of #7804DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7804DC

Black with #7804DC

Text Example


Text Example

White with #7804DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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