#87206B

Color #87206B Dark Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Purple #87206B

Tints of Dark Purple #87206B

Color information

#87206B (or 0x87206B) is unknown color: approx Dark Purple. HEX triplet: 87, 20 and 6B. RGB value is (135,32,107). Sum of RGB (Red+Green+Blue) = 135+32+107=274 (36% of max value = 765). Red value is 135 (53.12% from 255 or 49.27% from 274); Green value is 32 (12.89% from 255 or 11.68% from 274); Blue value is 107 (42.19% from 255 or 39.05% from 274); Max value from RGB is 135 - color contains mainly: red. Hex color #87206B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87206B is #78DF94. Grayscale: #474747. Windows color (decimal): -7921557 or 7020679. OLE color: 7020679.

HSL color Cylindrical-coordinate representation of color #87206B: hue angle of 316.31º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #87206B is Cyan = 0, Magento = 0.76, Yellow = 0.21 and Black (K on CMYK) = 0.47.

Color convert

RGB13532107-
CMYK00.760.210.47
HSL316.31º61.68%32.75%-
HSV(B)316.31º76.3%52.94%-
XYZ13.167.2514.61-
YUV71.35148.12173.4-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 49.27%
GREEN value IS 32 (12.89% from 255) = 11.68%
BLUE value IS 107 (42.19% from 255) = 39.05%
R=49.27%
G=11.68%
B=39.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.21
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1353210700.760.210.47316.3161.6832.75
Hex87206B04C152F13c3e21
Octal20740153011425574747641
Binary1000011110000011010110100110010101101111100111100111110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87206B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87206B; }

 p { color: rgb(135,32,107); }

 H1.HeaderClassName
 {
   color: #87206B;
 }
 .AnyTagClassName
 {
   color: #87206B;
 }
</style>
background-color css

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

 a { background-color: rgb(135,32,107); }

 div.DivClassName
 {
   background-color: #87206B;
 }
 .BgClassName
 {
   background-color: #87206B;
 }
</style>
border-color css

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

 span { border-color: rgb(135,32,107); }

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