Html Css Color HEX #870377 Purple

📋 copy color: '#870377'

red 135 ◦ green 3 ◦ blue 119

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

Shades of Purple #870377

Tints of Purple #870377

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.17%

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

R = 52.53%
G = 1.17%
B = 46.3%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.12

 K value IS 0.47

RGB Variations

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

Color information

#870377 (or 0x870377) is known color: Purple. HEX triplet: 87, 03 and 77. RGB value is (135,3,119). Sum of RGB (Red+Green+Blue) = 135+3+119=257 (34% of max value = 765). Red value is 135 (53.12% from 255 or 52.53% from 257); Green value is 3 (1.56% from 255 or 1.17% from 257); Blue value is 119 (46.88% from 255 or 46.30% from 257); Max value from RGB is 135 - color contains mainly: red. Hex color #870377 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870377 is #78FC88. Grayscale: #373737. Windows color (decimal): -7928969 or 7799687. OLE color: 7799687.

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

Color convert

RGB 135 3 119 -
CMYK 0 0.98 0.12 0.47
HSL 307.27º 0.96% 0.27% -
HSV(B) 307.27º 0.98% 0.53% -
XYZ 13.35 6.55 18.01 -
YUV 55.69 163.73 184.57 -
System Red Green Blue C M Y K H S L
Decimal 135 3 119 0 0.98 0.12 0.47 307.27 0.96 0.27
Hex 87 3 77 0 62 C 2F 133 60 1B
Octal 207 3 167 0 142 14 57 463 140 33
Binary 10000111 11 1110111 0 1100010 1100 101111 100110011 1100000 11011

Color Harmonies of #870377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870377

Black with #870377

Text Example


Text Example

White with #870377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870377; }

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

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

background-color css

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

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

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

border-color css

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

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

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