Html Css Color HEX #78116D Dark Purple

📋 copy color: '#78116D'

red 120 ◦ green 17 ◦ blue 109

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

Shades of Dark Purple #78116D

Tints of Dark Purple #78116D

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.91%

 BLUE value IS 109 (42.97% from 255) = 44.31%

R = 48.78%
G = 6.91%
B = 44.31%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.09

 K value IS 0.53

RGB Variations

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

Color information

#78116D (or 0x78116D) is known color: Dark Purple. HEX triplet: 78, 11 and 6D. RGB value is (120,17,109). Sum of RGB (Red+Green+Blue) = 120+17+109=246 (32% of max value = 765). Red value is 120 (47.27% from 255 or 48.78% from 246); Green value is 17 (7.03% from 255 or 6.91% from 246); Blue value is 109 (42.97% from 255 or 44.31% from 246); Max value from RGB is 120 - color contains mainly: red. Hex color #78116D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #78116D is #87EE92. Grayscale: #3A3A3A. Windows color (decimal): -8908435 or 7147896. OLE color: 7147896.

HSL color Cylindrical-coordinate representation of color #78116D: hue angle of 306.41º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #78116D is Cyan = 0, Magento = 0.86, Yellow = 0.09 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 17 109 -
CMYK 0 0.86 0.09 0.53
HSL 306.41º 0.75% 0.27% -
HSV(B) 306.41º 0.86% 0.47% -
XYZ 10.71 5.5 14.96 -
YUV 58.29 156.62 172.02 -
System Red Green Blue C M Y K H S L
Decimal 120 17 109 0 0.86 0.09 0.53 306.41 0.75 0.27
Hex 78 11 6D 0 56 9 35 132 4B 1B
Octal 170 21 155 0 126 11 65 462 113 33
Binary 1111000 10001 1101101 0 1010110 1001 110101 100110010 1001011 11011

Color Harmonies of #78116D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78116D

Black with #78116D

Text Example


Text Example

White with #78116D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78116D; }

 p { color: rgb(120,17,109); }

 H1.HeaderClassName
 {
   color: #78116D;
 }
 .AnyTagClassName
 {
   color: #78116D;
 }
</style>

background-color css

<style>
 a { background-color: #78116D; }

 a { background-color: rgb(120,17,109); }

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

border-color css

<style>
 span { border-color: #78116D; }

 span { border-color: rgb(120,17,109); }

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