Html Css Color HEX #7804DB Dark Violet

📋 copy color: '#7804DB'

red 120 ◦ green 4 ◦ blue 219

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

Shades of Dark Violet #7804DB

Tints of Dark Violet #7804DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 63.85%

R = 34.99%
G = 1.17%
B = 63.85%

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

#7804DB (or 0x7804DB) is known color: Dark Violet. HEX triplet: 78, 04 and DB. RGB value is (120,4,219). Sum of RGB (Red+Green+Blue) = 120+4+219=343 (45% of max value = 765). Red value is 120 (47.27% from 255 or 34.99% from 343); Green value is 4 (1.95% from 255 or 1.17% from 343); Blue value is 219 (85.94% from 255 or 63.85% from 343); Max value from RGB is 219 - color contains mainly: blue. Hex color #7804DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7804DB is #87FB24. Grayscale: #3E3E3E. Windows color (decimal): -8911653 or 14353528. OLE color: 14353528.

HSL color Cylindrical-coordinate representation of color #7804DB: hue angle of 272.37º 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 #7804DB is Cyan = 0.45, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 120 4 219 -
CMYK 0.45 0.98 0 0.14
HSL 272.37º 0.96% 0.44% -
HSV(B) 272.37º 0.98% 0.86% -
XYZ 20.58 9.19 67.71 -
YUV 63.19 215.93 168.52 -
System Red Green Blue C M Y K H S L
Decimal 120 4 219 0.45 0.98 0 0.14 272.37 0.96 0.44
Hex 78 4 DB 2D 62 0 E 110 60 2C
Octal 170 4 333 55 142 0 16 420 140 54
Binary 1111000 100 11011011 101101 1100010 0 1110 100010000 1100000 101100

Color Harmonies of #7804DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7804DB

Black with #7804DB

Text Example


Text Example

White with #7804DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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