Html Css Color HEX #870880 Purple

📋 copy color: '#870880'

red 135 ◦ green 8 ◦ blue 128

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

Shades of Purple #870880

Tints of Purple #870880

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 47.23%

R = 49.82%
G = 2.95%
B = 47.23%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.05

 K value IS 0.47

RGB Variations

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

Color information

#870880 (or 0x870880) is known color: Purple. HEX triplet: 87, 08 and 80. RGB value is (135,8,128). Sum of RGB (Red+Green+Blue) = 135+8+128=271 (35% of max value = 765). Red value is 135 (53.12% from 255 or 49.82% from 271); Green value is 8 (3.52% from 255 or 2.95% from 271); Blue value is 128 (50.39% from 255 or 47.23% from 271); Max value from RGB is 135 - color contains mainly: red. Hex color #870880 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #870880 is #78F77F. Grayscale: #3B3B3B. Windows color (decimal): -7927680 or 8390791. OLE color: 8390791.

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

Color convert

RGB 135 8 128 -
CMYK 0 0.94 0.05 0.47
HSL 303.31º 0.89% 0.28% -
HSV(B) 303.31º 0.94% 0.53% -
XYZ 13.97 6.88 21.01 -
YUV 59.65 166.58 181.74 -
System Red Green Blue C M Y K H S L
Decimal 135 8 128 0 0.94 0.05 0.47 303.31 0.89 0.28
Hex 87 8 80 0 5E 5 2F 12F 59 1C
Octal 207 10 200 0 136 5 57 457 131 34
Binary 10000111 1000 10000000 0 1011110 101 101111 100101111 1011001 11100

Color Harmonies of #870880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870880

Black with #870880

Text Example


Text Example

White with #870880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870880; }

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

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

background-color css

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

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

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

border-color css

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

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

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