Html Css Color HEX #871F88 Dark Purple

📋 copy color: '#871F88'

red 135 ◦ green 31 ◦ blue 136

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

Shades of Dark Purple #871F88

Tints of Dark Purple #871F88

RGB

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

 GREEN value IS 31 (12.5% from 255) = 10.26%

 BLUE value IS 136 (53.52% from 255) = 45.03%

R = 44.7%
G = 10.26%
B = 45.03%

CMYK

 C value IS 0.01

 M value IS 0.77

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#871F88 (or 0x871F88) is known color: Dark Purple. HEX triplet: 87, 1F and 88. RGB value is (135,31,136). Sum of RGB (Red+Green+Blue) = 135+31+136=302 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.70% from 302); Green value is 31 (12.5% from 255 or 10.26% from 302); Blue value is 136 (53.52% from 255 or 45.03% from 302); Max value from RGB is 136 - color contains mainly: blue. Hex color #871F88 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #871F88 is #78E077. Grayscale: #494949. Windows color (decimal): -7921784 or 8920967. OLE color: 8920967.

HSL color Cylindrical-coordinate representation of color #871F88: hue angle of 299.43º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #871F88 is Cyan = 0.01, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 31 136 -
CMYK 0.01 0.77 0 0.47
HSL 299.43º 0.63% 0.33% -
HSV(B) 299.43º 0.77% 0.53% -
XYZ 14.93 7.91 24.03 -
YUV 74.07 162.96 171.46 -
System Red Green Blue C M Y K H S L
Decimal 135 31 136 0.01 0.77 0 0.47 299.43 0.63 0.33
Hex 87 1F 88 1 4D 0 2F 12B 3F 21
Octal 207 37 210 1 115 0 57 453 77 41
Binary 10000111 11111 10001000 1 1001101 0 101111 100101011 111111 100001

Color Harmonies of #871F88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871F88

Black with #871F88

Text Example


Text Example

White with #871F88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #871F88; }

 p { color: rgb(135,31,136); }

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

background-color css

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

 a { background-color: rgb(135,31,136); }

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

border-color css

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

 span { border-color: rgb(135,31,136); }

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