Html Css Color HEX #870279 Purple

📋 copy color: '#870279'

red 135 ◦ green 2 ◦ blue 121

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

Shades of Purple #870279

Tints of Purple #870279

RGB

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

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

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

R = 52.33%
G = 0.78%
B = 46.9%

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

#870279 (or 0x870279) is known color: Purple. HEX triplet: 87, 02 and 79. RGB value is (135,2,121). Sum of RGB (Red+Green+Blue) = 135+2+121=258 (34% of max value = 765). Red value is 135 (53.12% from 255 or 52.33% from 258); Green value is 2 (1.17% from 255 or 0.78% from 258); Blue value is 121 (47.66% from 255 or 46.90% from 258); Max value from RGB is 135 - color contains mainly: red. Hex color #870279 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870279 is #78FD86. Grayscale: #363636. Windows color (decimal): -7929223 or 7930503. OLE color: 7930503.

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

Color convert

RGB 135 2 121 -
CMYK 0 0.99 0.10 0.47
HSL 306.32º 0.97% 0.27% -
HSV(B) 306.32º 0.99% 0.53% -
XYZ 13.46 6.57 18.65 -
YUV 55.33 165.06 184.82 -
System Red Green Blue C M Y K H S L
Decimal 135 2 121 0 0.99 0.10 0.47 306.32 0.97 0.27
Hex 87 2 79 0 63 A 2F 132 61 1B
Octal 207 2 171 0 143 12 57 462 141 33
Binary 10000111 10 1111001 0 1100011 1010 101111 100110010 1100001 11011

Color Harmonies of #870279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870279

Black with #870279

Text Example


Text Example

White with #870279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870279; }

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

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

background-color css

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

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

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

border-color css

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

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

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