Html Css Color HEX #870177 Purple

📋 copy color: '#870177'

red 135 ◦ green 1 ◦ blue 119

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

Shades of Purple #870177

Tints of Purple #870177

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.39%

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

R = 52.94%
G = 0.39%
B = 46.67%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.12

 K value IS 0.47

RGB Variations

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

Color information

#870177 (or 0x870177) is known color: Purple. HEX triplet: 87, 01 and 77. RGB value is (135,1,119). Sum of RGB (Red+Green+Blue) = 135+1+119=255 (33% of max value = 765). Red value is 135 (53.12% from 255 or 52.94% from 255); Green value is 1 (0.78% from 255 or 0.39% from 255); Blue value is 119 (46.88% from 255 or 46.67% from 255); Max value from RGB is 135 - color contains mainly: red. Hex color #870177 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870177 is #78FE88. Grayscale: #363636. Windows color (decimal): -7929481 or 7799175. OLE color: 7799175.

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

Color convert

RGB 135 1 119 -
CMYK 0 0.99 0.12 0.47
HSL 307.16º 0.99% 0.27% -
HSV(B) 307.16º 0.99% 0.53% -
XYZ 13.33 6.5 18.01 -
YUV 54.52 164.39 185.41 -
System Red Green Blue C M Y K H S L
Decimal 135 1 119 0 0.99 0.12 0.47 307.16 0.99 0.27
Hex 87 1 77 0 63 C 2F 133 63 1B
Octal 207 1 167 0 143 14 57 463 143 33
Binary 10000111 1 1110111 0 1100011 1100 101111 100110011 1100011 11011

Color Harmonies of #870177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870177

Black with #870177

Text Example


Text Example

White with #870177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870177; }

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

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

background-color css

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

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

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

border-color css

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

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

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