Html Css Color HEX #870077 Purple

📋 copy color: '#870077'

red 135 ◦ green 0 ◦ blue 119

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

Shades of Purple #870077

Tints of Purple #870077

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 53.15%
G = 0%
B = 46.85%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.12

 K value IS 0.47

RGB Variations

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

Color information

#870077 (or 0x870077) is known color: Purple. HEX triplet: 87, 00 and 77. RGB value is (135,0,119). Sum of RGB (Red+Green+Blue) = 135+0+119=254 (33% of max value = 765). Red value is 135 (53.12% from 255 or 53.15% from 254); Green value is 0 (0.39% from 255 or 0% from 254); Blue value is 119 (46.88% from 255 or 46.85% from 254); Max value from RGB is 135 - color contains mainly: red. Hex color #870077 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870077 is #78FF88. Grayscale: #353535. Windows color (decimal): -7929737 or 7798919. OLE color: 7798919.

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

Color convert

RGB 135 0 119 -
CMYK 0 1 0.12 0.47
HSL 307.11º 1% 0.26% -
HSV(B) 307.11º 1% 0.53% -
XYZ 13.32 6.48 18 -
YUV 53.93 164.73 185.82 -
System Red Green Blue C M Y K H S L
Decimal 135 0 119 0 1 0.12 0.47 307.11 1 0.26
Hex 87 0 77 0 64 C 2F 133 64 1A
Octal 207 0 167 0 144 14 57 463 144 32
Binary 10000111 0 1110111 0 1100100 1100 101111 100110011 1100100 11010

Color Harmonies of #870077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870077

Black with #870077

Text Example


Text Example

White with #870077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870077; }

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

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

background-color css

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

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

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

border-color css

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

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

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