Html Css Color HEX #870079 Purple

📋 copy color: '#870079'

red 135 ◦ green 0 ◦ blue 121

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

Shades of Purple #870079

Tints of Purple #870079

RGB

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

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

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

R = 52.73%
G = 0%
B = 47.27%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.10

 K value IS 0.47

RGB Variations

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

Color information

#870079 (or 0x870079) is known color: Purple. HEX triplet: 87, 00 and 79. RGB value is (135,0,121). Sum of RGB (Red+Green+Blue) = 135+0+121=256 (33% of max value = 765). Red value is 135 (53.12% from 255 or 52.73% from 256); Green value is 0 (0.39% from 255 or 0% from 256); Blue value is 121 (47.66% from 255 or 47.27% from 256); Max value from RGB is 135 - color contains mainly: red. Hex color #870079 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870079 is #78FF86. Grayscale: #353535. Windows color (decimal): -7929735 or 7929991. OLE color: 7929991.

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

Color convert

RGB 135 0 121 -
CMYK 0 1 0.10 0.47
HSL 306.22º 1% 0.26% -
HSV(B) 306.22º 1% 0.53% -
XYZ 13.44 6.53 18.64 -
YUV 54.16 165.73 185.66 -
System Red Green Blue C M Y K H S L
Decimal 135 0 121 0 1 0.10 0.47 306.22 1 0.26
Hex 87 0 79 0 64 A 2F 132 64 1A
Octal 207 0 171 0 144 12 57 462 144 32
Binary 10000111 0 1111001 0 1100100 1010 101111 100110010 1100100 11010

Color Harmonies of #870079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870079

Black with #870079

Text Example


Text Example

White with #870079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870079; }

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

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

background-color css

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

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

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

border-color css

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

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

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