Html Css Color HEX #870277 Purple

📋 copy color: '#870277'

red 135 ◦ green 2 ◦ blue 119

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

Shades of Purple #870277

Tints of Purple #870277

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.78%

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

R = 52.73%
G = 0.78%
B = 46.48%

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

#870277 (or 0x870277) is known color: Purple. HEX triplet: 87, 02 and 77. RGB value is (135,2,119). Sum of RGB (Red+Green+Blue) = 135+2+119=256 (33% of max value = 765). Red value is 135 (53.12% from 255 or 52.73% from 256); Green value is 2 (1.17% from 255 or 0.78% from 256); Blue value is 119 (46.88% from 255 or 46.48% from 256); Max value from RGB is 135 - color contains mainly: red. Hex color #870277 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870277 is #78FD88. Grayscale: #363636. Windows color (decimal): -7929225 or 7799431. OLE color: 7799431.

HSL color Cylindrical-coordinate representation of color #870277: hue angle of 307.22º degrees, saturation: 0.97, 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 #870277 is Cyan = 0, Magento = 0.99, Yellow = 0.12 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 2 119 -
CMYK 0 0.99 0.12 0.47
HSL 307.22º 0.97% 0.27% -
HSV(B) 307.22º 0.99% 0.53% -
XYZ 13.34 6.53 18.01 -
YUV 55.11 164.06 184.99 -
System Red Green Blue C M Y K H S L
Decimal 135 2 119 0 0.99 0.12 0.47 307.22 0.97 0.27
Hex 87 2 77 0 63 C 2F 133 61 1B
Octal 207 2 167 0 143 14 57 463 141 33
Binary 10000111 10 1110111 0 1100011 1100 101111 100110011 1100001 11011

Color Harmonies of #870277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870277

Black with #870277

Text Example


Text Example

White with #870277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870277; }

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

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

background-color css

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

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

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

border-color css

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

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

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