#87246F

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

Shades of Dark Purple #87246F

Tints of Dark Purple #87246F

Color information

#87246F (or 0x87246F) is unknown color: approx Dark Purple. HEX triplet: 87, 24 and 6F. RGB value is (135,36,111). Sum of RGB (Red+Green+Blue) = 135+36+111=282 (37% of max value = 765). Red value is 135 (53.12% from 255 or 47.87% from 282); Green value is 36 (14.45% from 255 or 12.77% from 282); Blue value is 111 (43.75% from 255 or 39.36% from 282); Max value from RGB is 135 - color contains mainly: red. Hex color #87246F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87246F is #78DB90. Grayscale: #494949. Windows color (decimal): -7920529 or 7283847. OLE color: 7283847.

HSL color Cylindrical-coordinate representation of color #87246F: hue angle of 314.55º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #87246F is Cyan = 0, Magento = 0.73, Yellow = 0.18 and Black (K on CMYK) = 0.47.

Color convert

RGB13536111-
CMYK00.730.180.47
HSL314.55º57.89%33.53%-
HSV(B)314.55º73.33%52.94%-
XYZ13.497.5615.79-
YUV74.15148.8171.4-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 47.87%
GREEN value IS 36 (14.45% from 255) = 12.77%
BLUE value IS 111 (43.75% from 255) = 39.36%
R=47.87%
G=12.77%
B=39.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.18
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1353611100.730.180.47314.5557.8933.53
Hex87246F049122F13b3a22
Octal20744157011122574737242
Binary1000011110010011011110100100110010101111100111011111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87246F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87246F; }

 p { color: rgb(135,36,111); }

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

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

 a { background-color: rgb(135,36,111); }

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

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

 span { border-color: rgb(135,36,111); }

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