Html Css Color HEX #780DDB Dark Violet

📋 copy color: '#780DDB'

red 120 ◦ green 13 ◦ blue 219

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

Shades of Dark Violet #780DDB

Tints of Dark Violet #780DDB

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.69%

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

R = 34.09%
G = 3.69%
B = 62.22%

CMYK

 C value IS 0.45

 M value IS 0.94

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#780DDB (or 0x780DDB) is known color: Dark Violet. HEX triplet: 78, 0D and DB. RGB value is (120,13,219). Sum of RGB (Red+Green+Blue) = 120+13+219=352 (46% of max value = 765). Red value is 120 (47.27% from 255 or 34.09% from 352); Green value is 13 (5.47% from 255 or 3.69% from 352); Blue value is 219 (85.94% from 255 or 62.22% from 352); Max value from RGB is 219 - color contains mainly: blue. Hex color #780DDB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #780DDB is #87F224. Grayscale: #434343. Windows color (decimal): -8909349 or 14355832. OLE color: 14355832.

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

Color convert

RGB 120 13 219 -
CMYK 0.45 0.94 0 0.14
HSL 271.17º 0.89% 0.45% -
HSV(B) 271.17º 0.94% 0.86% -
XYZ 20.68 9.4 67.74 -
YUV 68.48 212.95 164.75 -
System Red Green Blue C M Y K H S L
Decimal 120 13 219 0.45 0.94 0 0.14 271.17 0.89 0.45
Hex 78 D DB 2D 5E 0 E 10F 59 2D
Octal 170 15 333 55 136 0 16 417 131 55
Binary 1111000 1101 11011011 101101 1011110 0 1110 100001111 1011001 101101

Color Harmonies of #780DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780DDB

Black with #780DDB

Text Example


Text Example

White with #780DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #780DDB; }

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

 H1.HeaderClassName
 {
   color: #780DDB;
 }
 .AnyTagClassName
 {
   color: #780DDB;
 }
</style>

background-color css

<style>
 a { background-color: #780DDB; }

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

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

border-color css

<style>
 span { border-color: #780DDB; }

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

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