Html Css Color HEX #871970 Dark Purple

📋 copy color: '#871970'

red 135 ◦ green 25 ◦ blue 112

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

Shades of Dark Purple #871970

Tints of Dark Purple #871970

RGB

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

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

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

R = 49.63%
G = 9.19%
B = 41.18%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.17

 K value IS 0.47

RGB Variations

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

Color information

#871970 (or 0x871970) is known color: Dark Purple. HEX triplet: 87, 19 and 70. RGB value is (135,25,112). Sum of RGB (Red+Green+Blue) = 135+25+112=272 (36% of max value = 765). Red value is 135 (53.12% from 255 or 49.63% from 272); Green value is 25 (10.16% from 255 or 9.19% from 272); Blue value is 112 (44.14% from 255 or 41.18% from 272); Max value from RGB is 135 - color contains mainly: red. Hex color #871970 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #871970 is #78E68F. Grayscale: #434343. Windows color (decimal): -7923344 or 7346567. OLE color: 7346567.

HSL color Cylindrical-coordinate representation of color #871970: hue angle of 312.55º 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 #871970 is Cyan = 0, Magento = 0.81, Yellow = 0.17 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 25 112 -
CMYK 0 0.81 0.17 0.47
HSL 312.55º 0.69% 0.31% -
HSV(B) 312.55º 0.81% 0.53% -
XYZ 13.26 7.02 15.98 -
YUV 67.81 152.94 175.93 -
System Red Green Blue C M Y K H S L
Decimal 135 25 112 0 0.81 0.17 0.47 312.55 0.69 0.31
Hex 87 19 70 0 51 11 2F 139 45 1F
Octal 207 31 160 0 121 21 57 471 105 37
Binary 10000111 11001 1110000 0 1010001 10001 101111 100111001 1000101 11111

Color Harmonies of #871970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871970

Black with #871970

Text Example


Text Example

White with #871970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #871970; }

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

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

background-color css

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

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

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

border-color css

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

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

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