Html Css Color HEX #870577 Purple

📋 copy color: '#870577'

red 135 ◦ green 5 ◦ blue 119

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

Shades of Purple #870577

Tints of Purple #870577

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.93%

 BLUE value IS 119 (46.88% from 255) = 45.95%

R = 52.12%
G = 1.93%
B = 45.95%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.12

 K value IS 0.47

RGB Variations

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

Color information

#870577 (or 0x870577) is known color: Purple. HEX triplet: 87, 05 and 77. RGB value is (135,5,119). Sum of RGB (Red+Green+Blue) = 135+5+119=259 (34% of max value = 765). Red value is 135 (53.12% from 255 or 52.12% from 259); Green value is 5 (2.34% from 255 or 1.93% from 259); Blue value is 119 (46.88% from 255 or 45.95% from 259); Max value from RGB is 135 - color contains mainly: red. Hex color #870577 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870577 is #78FA88. Grayscale: #383838. Windows color (decimal): -7928457 or 7800199. OLE color: 7800199.

HSL color Cylindrical-coordinate representation of color #870577: hue angle of 307.38º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #870577 is Cyan = 0, Magento = 0.96, Yellow = 0.12 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 5 119 -
CMYK 0 0.96 0.12 0.47
HSL 307.38º 0.93% 0.27% -
HSV(B) 307.38º 0.96% 0.53% -
XYZ 13.38 6.59 18.02 -
YUV 56.87 163.07 183.73 -
System Red Green Blue C M Y K H S L
Decimal 135 5 119 0 0.96 0.12 0.47 307.38 0.93 0.27
Hex 87 5 77 0 60 C 2F 133 5D 1B
Octal 207 5 167 0 140 14 57 463 135 33
Binary 10000111 101 1110111 0 1100000 1100 101111 100110011 1011101 11011

Color Harmonies of #870577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870577

Black with #870577

Text Example


Text Example

White with #870577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870577; }

 p { color: rgb(135,5,119); }

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

background-color css

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

 a { background-color: rgb(135,5,119); }

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

border-color css

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

 span { border-color: rgb(135,5,119); }

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