Html Css Color HEX #781170 Dark Purple

📋 copy color: '#781170'

red 120 ◦ green 17 ◦ blue 112

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

Shades of Dark Purple #781170

Tints of Dark Purple #781170

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 44.98%

R = 48.19%
G = 6.83%
B = 44.98%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.07

 K value IS 0.53

RGB Variations

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

Color information

#781170 (or 0x781170) is known color: Dark Purple. HEX triplet: 78, 11 and 70. RGB value is (120,17,112). Sum of RGB (Red+Green+Blue) = 120+17+112=249 (32% of max value = 765). Red value is 120 (47.27% from 255 or 48.19% from 249); Green value is 17 (7.03% from 255 or 6.83% from 249); Blue value is 112 (44.14% from 255 or 44.98% from 249); Max value from RGB is 120 - color contains mainly: red. Hex color #781170 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #781170 is #87EE8F. Grayscale: #3A3A3A. Windows color (decimal): -8908432 or 7344504. OLE color: 7344504.

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

Color convert

RGB 120 17 112 -
CMYK 0 0.86 0.07 0.53
HSL 304.66º 0.75% 0.27% -
HSV(B) 304.66º 0.86% 0.47% -
XYZ 10.87 5.56 15.83 -
YUV 58.63 158.12 171.78 -
System Red Green Blue C M Y K H S L
Decimal 120 17 112 0 0.86 0.07 0.53 304.66 0.75 0.27
Hex 78 11 70 0 56 7 35 131 4B 1B
Octal 170 21 160 0 126 7 65 461 113 33
Binary 1111000 10001 1110000 0 1010110 111 110101 100110001 1001011 11011

Color Harmonies of #781170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781170

Black with #781170

Text Example


Text Example

White with #781170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781170; }

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

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

background-color css

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

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

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

border-color css

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

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

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