Html Css Color HEX #7807DB Dark Violet

📋 copy color: '#7807DB'

red 120 ◦ green 7 ◦ blue 219

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

Shades of Dark Violet #7807DB

Tints of Dark Violet #7807DB

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.02%

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

R = 34.68%
G = 2.02%
B = 63.29%

CMYK

 C value IS 0.45

 M value IS 0.97

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7807DB (or 0x7807DB) is known color: Dark Violet. HEX triplet: 78, 07 and DB. RGB value is (120,7,219). Sum of RGB (Red+Green+Blue) = 120+7+219=346 (45% of max value = 765). Red value is 120 (47.27% from 255 or 34.68% from 346); Green value is 7 (3.12% from 255 or 2.02% from 346); Blue value is 219 (85.94% from 255 or 63.29% from 346); Max value from RGB is 219 - color contains mainly: blue. Hex color #7807DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7807DB is #87F824. Grayscale: #404040. Windows color (decimal): -8910885 or 14354296. OLE color: 14354296.

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

Color convert

RGB 120 7 219 -
CMYK 0.45 0.97 0 0.14
HSL 271.98º 0.94% 0.44% -
HSV(B) 271.98º 0.97% 0.86% -
XYZ 20.61 9.26 67.72 -
YUV 64.96 214.94 167.26 -
System Red Green Blue C M Y K H S L
Decimal 120 7 219 0.45 0.97 0 0.14 271.98 0.94 0.44
Hex 78 7 DB 2D 61 0 E 110 5E 2C
Octal 170 7 333 55 141 0 16 420 136 54
Binary 1111000 111 11011011 101101 1100001 0 1110 100010000 1011110 101100

Color Harmonies of #7807DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7807DB

Black with #7807DB

Text Example


Text Example

White with #7807DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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