Html Css Color HEX #780CDB Dark Violet

📋 copy color: '#780CDB'

red 120 ◦ green 12 ◦ blue 219

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

Shades of Dark Violet #780CDB

Tints of Dark Violet #780CDB

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.42%

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

R = 34.19%
G = 3.42%
B = 62.39%

CMYK

 C value IS 0.45

 M value IS 0.95

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#780CDB (or 0x780CDB) is known color: Dark Violet. HEX triplet: 78, 0C and DB. RGB value is (120,12,219). Sum of RGB (Red+Green+Blue) = 120+12+219=351 (46% of max value = 765). Red value is 120 (47.27% from 255 or 34.19% from 351); Green value is 12 (5.08% from 255 or 3.42% from 351); Blue value is 219 (85.94% from 255 or 62.39% from 351); Max value from RGB is 219 - color contains mainly: blue. Hex color #780CDB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #780CDB is #87F324. Grayscale: #434343. Windows color (decimal): -8909605 or 14355576. OLE color: 14355576.

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

Color convert

RGB 120 12 219 -
CMYK 0.45 0.95 0 0.14
HSL 271.3º 0.9% 0.45% -
HSV(B) 271.3º 0.95% 0.86% -
XYZ 20.66 9.37 67.74 -
YUV 67.89 213.28 165.17 -
System Red Green Blue C M Y K H S L
Decimal 120 12 219 0.45 0.95 0 0.14 271.3 0.9 0.45
Hex 78 C DB 2D 5F 0 E 10F 5A 2D
Octal 170 14 333 55 137 0 16 417 132 55
Binary 1111000 1100 11011011 101101 1011111 0 1110 100001111 1011010 101101

Color Harmonies of #780CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780CDB

Black with #780CDB

Text Example


Text Example

White with #780CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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