Html Css Color HEX #871070 Dark Purple

📋 copy color: '#871070'

red 135 ◦ green 16 ◦ blue 112

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

Shades of Dark Purple #871070

Tints of Dark Purple #871070

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.08%

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

R = 51.33%
G = 6.08%
B = 42.59%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.17

 K value IS 0.47

RGB Variations

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

Color information

#871070 (or 0x871070) is known color: Dark Purple. HEX triplet: 87, 10 and 70. RGB value is (135,16,112). Sum of RGB (Red+Green+Blue) = 135+16+112=263 (34% of max value = 765). Red value is 135 (53.12% from 255 or 51.33% from 263); Green value is 16 (6.64% from 255 or 6.08% from 263); Blue value is 112 (44.14% from 255 or 42.59% from 263); Max value from RGB is 135 - color contains mainly: red. Hex color #871070 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #871070 is #78EF8F. Grayscale: #3E3E3E. Windows color (decimal): -7925648 or 7344263. OLE color: 7344263.

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

Color convert

RGB 135 16 112 -
CMYK 0 0.88 0.17 0.47
HSL 311.6º 0.79% 0.3% -
HSV(B) 311.6º 0.88% 0.53% -
XYZ 13.1 6.69 15.93 -
YUV 62.53 155.92 179.69 -
System Red Green Blue C M Y K H S L
Decimal 135 16 112 0 0.88 0.17 0.47 311.6 0.79 0.3
Hex 87 10 70 0 58 11 2F 138 4F 1E
Octal 207 20 160 0 130 21 57 470 117 36
Binary 10000111 10000 1110000 0 1011000 10001 101111 100111000 1001111 11110

Color Harmonies of #871070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871070

Black with #871070

Text Example


Text Example

White with #871070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #871070; }

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

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

background-color css

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

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

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

border-color css

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

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

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