Html Css Color HEX #78116C Dark Purple

📋 copy color: '#78116C'

red 120 ◦ green 17 ◦ blue 108

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

Shades of Dark Purple #78116C

Tints of Dark Purple #78116C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 44.08%

R = 48.98%
G = 6.94%
B = 44.08%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.10

 K value IS 0.53

RGB Variations

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

Color information

#78116C (or 0x78116C) is known color: Dark Purple. HEX triplet: 78, 11 and 6C. RGB value is (120,17,108). Sum of RGB (Red+Green+Blue) = 120+17+108=245 (32% of max value = 765). Red value is 120 (47.27% from 255 or 48.98% from 245); Green value is 17 (7.03% from 255 or 6.94% from 245); Blue value is 108 (42.58% from 255 or 44.08% from 245); Max value from RGB is 120 - color contains mainly: red. Hex color #78116C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #78116C is #87EE93. Grayscale: #393939. Windows color (decimal): -8908436 or 7082360. OLE color: 7082360.

HSL color Cylindrical-coordinate representation of color #78116C: hue angle of 306.99º 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 #78116C is Cyan = 0, Magento = 0.86, Yellow = 0.10 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 17 108 -
CMYK 0 0.86 0.10 0.53
HSL 306.99º 0.75% 0.27% -
HSV(B) 306.99º 0.86% 0.47% -
XYZ 10.65 5.48 14.68 -
YUV 58.17 156.12 172.1 -
System Red Green Blue C M Y K H S L
Decimal 120 17 108 0 0.86 0.10 0.53 306.99 0.75 0.27
Hex 78 11 6C 0 56 A 35 133 4B 1B
Octal 170 21 154 0 126 12 65 463 113 33
Binary 1111000 10001 1101100 0 1010110 1010 110101 100110011 1001011 11011

Color Harmonies of #78116C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78116C

Black with #78116C

Text Example


Text Example

White with #78116C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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