Html Css Color HEX #870C81 Purple

📋 copy color: '#870C81'

red 135 ◦ green 12 ◦ blue 129

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

Shades of Purple #870C81

Tints of Purple #870C81

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.35%

 BLUE value IS 129 (50.78% from 255) = 46.74%

R = 48.91%
G = 4.35%
B = 46.74%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.04

 K value IS 0.47

RGB Variations

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

Color information

#870C81 (or 0x870C81) is known color: Purple. HEX triplet: 87, 0C and 81. RGB value is (135,12,129). Sum of RGB (Red+Green+Blue) = 135+12+129=276 (36% of max value = 765). Red value is 135 (53.12% from 255 or 48.91% from 276); Green value is 12 (5.08% from 255 or 4.35% from 276); Blue value is 129 (50.78% from 255 or 46.74% from 276); Max value from RGB is 135 - color contains mainly: red. Hex color #870C81 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #870C81 is #78F37E. Grayscale: #3D3D3D. Windows color (decimal): -7926655 or 8457351. OLE color: 8457351.

HSL color Cylindrical-coordinate representation of color #870C81: hue angle of 302.93º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #870C81 is Cyan = 0, Magento = 0.91, Yellow = 0.04 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 12 129 -
CMYK 0 0.91 0.04 0.47
HSL 302.93º 0.84% 0.29% -
HSV(B) 302.93º 0.91% 0.53% -
XYZ 14.09 7 21.38 -
YUV 62.12 165.75 179.99 -
System Red Green Blue C M Y K H S L
Decimal 135 12 129 0 0.91 0.04 0.47 302.93 0.84 0.29
Hex 87 C 81 0 5B 4 2F 12F 54 1D
Octal 207 14 201 0 133 4 57 457 124 35
Binary 10000111 1100 10000001 0 1011011 100 101111 100101111 1010100 11101

Color Harmonies of #870C81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870C81

Black with #870C81

Text Example


Text Example

White with #870C81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870C81; }

 p { color: rgb(135,12,129); }

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

background-color css

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

 a { background-color: rgb(135,12,129); }

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

border-color css

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

 span { border-color: rgb(135,12,129); }

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