Html Css Color HEX #870871 Purple

📋 copy color: '#870871'

red 135 ◦ green 8 ◦ blue 113

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

Shades of Purple #870871

Tints of Purple #870871

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.13%

 BLUE value IS 113 (44.53% from 255) = 44.14%

R = 52.73%
G = 3.13%
B = 44.14%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.16

 K value IS 0.47

RGB Variations

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

Color information

#870871 (or 0x870871) is known color: Purple. HEX triplet: 87, 08 and 71. RGB value is (135,8,113). Sum of RGB (Red+Green+Blue) = 135+8+113=256 (33% of max value = 765). Red value is 135 (53.12% from 255 or 52.73% from 256); Green value is 8 (3.52% from 255 or 3.12% from 256); Blue value is 113 (44.53% from 255 or 44.14% from 256); Max value from RGB is 135 - color contains mainly: red. Hex color #870871 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870871 is #78F78E. Grayscale: #393939. Windows color (decimal): -7927695 or 7407751. OLE color: 7407751.

HSL color Cylindrical-coordinate representation of color #870871: hue angle of 310.39º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #870871 is Cyan = 0, Magento = 0.94, Yellow = 0.16 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 8 113 -
CMYK 0 0.94 0.16 0.47
HSL 310.39º 0.89% 0.28% -
HSV(B) 310.39º 0.94% 0.53% -
XYZ 13.06 6.52 16.19 -
YUV 57.94 159.08 182.96 -
System Red Green Blue C M Y K H S L
Decimal 135 8 113 0 0.94 0.16 0.47 310.39 0.89 0.28
Hex 87 8 71 0 5E 10 2F 136 59 1C
Octal 207 10 161 0 136 20 57 466 131 34
Binary 10000111 1000 1110001 0 1011110 10000 101111 100110110 1011001 11100

Color Harmonies of #870871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870871

Black with #870871

Text Example


Text Example

White with #870871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870871; }

 p { color: rgb(135,8,113); }

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

background-color css

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

 a { background-color: rgb(135,8,113); }

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

border-color css

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

 span { border-color: rgb(135,8,113); }

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