Html Css Color HEX #7800DB Dark Violet

📋 copy color: '#7800DB'

red 120 ◦ green 0 ◦ blue 219

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

Shades of Dark Violet #7800DB

Tints of Dark Violet #7800DB

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 35.4%
G = 0%
B = 64.6%

CMYK

 C value IS 0.45

 M value IS 1

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7800DB (or 0x7800DB) is known color: Dark Violet. HEX triplet: 78, 00 and DB. RGB value is (120,0,219). Sum of RGB (Red+Green+Blue) = 120+0+219=339 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.40% from 339); Green value is 0 (0.39% from 255 or 0% from 339); Blue value is 219 (85.94% from 255 or 64.60% from 339); Max value from RGB is 219 - color contains mainly: blue. Hex color #7800DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7800DB is #87FF24. Grayscale: #3C3C3C. Windows color (decimal): -8912677 or 14352504. OLE color: 14352504.

HSL color Cylindrical-coordinate representation of color #7800DB: hue angle of 272.88º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7800DB is Cyan = 0.45, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 120 0 219 -
CMYK 0.45 1 0 0.14
HSL 272.88º 1% 0.43% -
HSV(B) 272.88º 1% 0.86% -
XYZ 20.53 9.11 67.69 -
YUV 60.85 217.26 170.19 -
System Red Green Blue C M Y K H S L
Decimal 120 0 219 0.45 1 0 0.14 272.88 1 0.43
Hex 78 0 DB 2D 64 0 E 111 64 2B
Octal 170 0 333 55 144 0 16 421 144 53
Binary 1111000 0 11011011 101101 1100100 0 1110 100010001 1100100 101011

Color Harmonies of #7800DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7800DB

Black with #7800DB

Text Example


Text Example

White with #7800DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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