Html Css Color HEX #870176 Purple

📋 copy color: '#870176'

red 135 ◦ green 1 ◦ blue 118

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

Shades of Purple #870176

Tints of Purple #870176

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 46.46%

R = 53.15%
G = 0.39%
B = 46.46%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.13

 K value IS 0.47

RGB Variations

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

Color information

#870176 (or 0x870176) is known color: Purple. HEX triplet: 87, 01 and 76. RGB value is (135,1,118). Sum of RGB (Red+Green+Blue) = 135+1+118=254 (33% of max value = 765). Red value is 135 (53.12% from 255 or 53.15% from 254); Green value is 1 (0.78% from 255 or 0.39% from 254); Blue value is 118 (46.48% from 255 or 46.46% from 254); Max value from RGB is 135 - color contains mainly: red. Hex color #870176 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870176 is #78FE89. Grayscale: #363636. Windows color (decimal): -7929482 or 7733639. OLE color: 7733639.

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

Color convert

RGB 135 1 118 -
CMYK 0 0.99 0.13 0.47
HSL 307.61º 0.99% 0.27% -
HSV(B) 307.61º 0.99% 0.53% -
XYZ 13.27 6.48 17.69 -
YUV 54.4 163.89 185.49 -
System Red Green Blue C M Y K H S L
Decimal 135 1 118 0 0.99 0.13 0.47 307.61 0.99 0.27
Hex 87 1 76 0 63 D 2F 134 63 1B
Octal 207 1 166 0 143 15 57 464 143 33
Binary 10000111 1 1110110 0 1100011 1101 101111 100110100 1100011 11011

Color Harmonies of #870176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870176

Black with #870176

Text Example


Text Example

White with #870176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870176; }

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

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

background-color css

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

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

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

border-color css

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

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

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