Html Css Color HEX #871978 Dark Purple

📋 copy color: '#871978'

red 135 ◦ green 25 ◦ blue 120

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

Shades of Dark Purple #871978

Tints of Dark Purple #871978

RGB

 RED value IS 135 (53.13% from 255) = 48.21%

 GREEN value IS 25 (10.16% from 255) = 8.93%

 BLUE value IS 120 (47.27% from 255) = 42.86%

R = 48.21%
G = 8.93%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.11

 K value IS 0.47

RGB Variations

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

Color information

#871978 (or 0x871978) is known color: Dark Purple. HEX triplet: 87, 19 and 78. RGB value is (135,25,120). Sum of RGB (Red+Green+Blue) = 135+25+120=280 (37% of max value = 765). Red value is 135 (53.12% from 255 or 48.21% from 280); Green value is 25 (10.16% from 255 or 8.93% from 280); Blue value is 120 (47.27% from 255 or 42.86% from 280); Max value from RGB is 135 - color contains mainly: red. Hex color #871978 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #871978 is #78E687. Grayscale: #444444. Windows color (decimal): -7923336 or 7870855. OLE color: 7870855.

HSL color Cylindrical-coordinate representation of color #871978: hue angle of 308.18º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #871978 is Cyan = 0, Magento = 0.81, Yellow = 0.11 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 25 120 -
CMYK 0 0.81 0.11 0.47
HSL 308.18º 0.69% 0.31% -
HSV(B) 308.18º 0.81% 0.53% -
XYZ 13.73 7.2 18.44 -
YUV 68.72 156.94 175.28 -
System Red Green Blue C M Y K H S L
Decimal 135 25 120 0 0.81 0.11 0.47 308.18 0.69 0.31
Hex 87 19 78 0 51 B 2F 134 45 1F
Octal 207 31 170 0 121 13 57 464 105 37
Binary 10000111 11001 1111000 0 1010001 1011 101111 100110100 1000101 11111

Color Harmonies of #871978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871978

Black with #871978

Text Example


Text Example

White with #871978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #871978; }

 p { color: rgb(135,25,120); }

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

background-color css

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

 a { background-color: rgb(135,25,120); }

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

border-color css

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

 span { border-color: rgb(135,25,120); }

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