Html Css Color HEX #871570 Dark Purple

📋 copy color: '#871570'

red 135 ◦ green 21 ◦ blue 112

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

Shades of Dark Purple #871570

Tints of Dark Purple #871570

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.84%

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

R = 50.37%
G = 7.84%
B = 41.79%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.17

 K value IS 0.47

RGB Variations

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

Color information

#871570 (or 0x871570) is known color: Dark Purple. HEX triplet: 87, 15 and 70. RGB value is (135,21,112). Sum of RGB (Red+Green+Blue) = 135+21+112=268 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50.37% from 268); Green value is 21 (8.59% from 255 or 7.84% from 268); Blue value is 112 (44.14% from 255 or 41.79% from 268); Max value from RGB is 135 - color contains mainly: red. Hex color #871570 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #871570 is #78EA8F. Grayscale: #414141. Windows color (decimal): -7924368 or 7345543. OLE color: 7345543.

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

Color convert

RGB 135 21 112 -
CMYK 0 0.84 0.17 0.47
HSL 312.11º 0.73% 0.31% -
HSV(B) 312.11º 0.84% 0.53% -
XYZ 13.18 6.86 15.96 -
YUV 65.46 154.27 177.6 -
System Red Green Blue C M Y K H S L
Decimal 135 21 112 0 0.84 0.17 0.47 312.11 0.73 0.31
Hex 87 15 70 0 54 11 2F 138 49 1F
Octal 207 25 160 0 124 21 57 470 111 37
Binary 10000111 10101 1110000 0 1010100 10001 101111 100111000 1001001 11111

Color Harmonies of #871570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871570

Black with #871570

Text Example


Text Example

White with #871570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #871570; }

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

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

background-color css

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

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

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

border-color css

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

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

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