Html Css Color HEX #870C80 Purple

📋 copy color: '#870C80'

red 135 ◦ green 12 ◦ blue 128

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

Shades of Purple #870C80

Tints of Purple #870C80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 46.55%

R = 49.09%
G = 4.36%
B = 46.55%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.05

 K value IS 0.47

RGB Variations

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

Color information

#870C80 (or 0x870C80) is known color: Purple. HEX triplet: 87, 0C and 80. RGB value is (135,12,128). Sum of RGB (Red+Green+Blue) = 135+12+128=275 (36% of max value = 765). Red value is 135 (53.12% from 255 or 49.09% from 275); Green value is 12 (5.08% from 255 or 4.36% from 275); Blue value is 128 (50.39% from 255 or 46.55% from 275); Max value from RGB is 135 - color contains mainly: red. Hex color #870C80 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #870C80 is #78F37F. Grayscale: #3D3D3D. Windows color (decimal): -7926656 or 8391815. OLE color: 8391815.

HSL color Cylindrical-coordinate representation of color #870C80: hue angle of 303.41º 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 #870C80 is Cyan = 0, Magento = 0.91, Yellow = 0.05 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 12 128 -
CMYK 0 0.91 0.05 0.47
HSL 303.41º 0.84% 0.29% -
HSV(B) 303.41º 0.91% 0.53% -
XYZ 14.02 6.97 21.03 -
YUV 62 165.25 180.07 -
System Red Green Blue C M Y K H S L
Decimal 135 12 128 0 0.91 0.05 0.47 303.41 0.84 0.29
Hex 87 C 80 0 5B 5 2F 12F 54 1D
Octal 207 14 200 0 133 5 57 457 124 35
Binary 10000111 1100 10000000 0 1011011 101 101111 100101111 1010100 11101

Color Harmonies of #870C80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870C80

Black with #870C80

Text Example


Text Example

White with #870C80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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