Html Css Color HEX #870179 Purple

📋 copy color: '#870179'

red 135 ◦ green 1 ◦ blue 121

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

Shades of Purple #870179

Tints of Purple #870179

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 47.08%

R = 52.53%
G = 0.39%
B = 47.08%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.10

 K value IS 0.47

RGB Variations

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

Color information

#870179 (or 0x870179) is known color: Purple. HEX triplet: 87, 01 and 79. RGB value is (135,1,121). Sum of RGB (Red+Green+Blue) = 135+1+121=257 (34% of max value = 765). Red value is 135 (53.12% from 255 or 52.53% from 257); Green value is 1 (0.78% from 255 or 0.39% from 257); Blue value is 121 (47.66% from 255 or 47.08% from 257); Max value from RGB is 135 - color contains mainly: red. Hex color #870179 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870179 is #78FE86. Grayscale: #363636. Windows color (decimal): -7929479 or 7930247. OLE color: 7930247.

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

Color convert

RGB 135 1 121 -
CMYK 0 0.99 0.10 0.47
HSL 306.27º 0.99% 0.27% -
HSV(B) 306.27º 0.99% 0.53% -
XYZ 13.45 6.55 18.64 -
YUV 54.75 165.39 185.24 -
System Red Green Blue C M Y K H S L
Decimal 135 1 121 0 0.99 0.10 0.47 306.27 0.99 0.27
Hex 87 1 79 0 63 A 2F 132 63 1B
Octal 207 1 171 0 143 12 57 462 143 33
Binary 10000111 1 1111001 0 1100011 1010 101111 100110010 1100011 11011

Color Harmonies of #870179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870179

Black with #870179

Text Example


Text Example

White with #870179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870179; }

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

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

background-color css

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

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

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

border-color css

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

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

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