#87236F

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

Shades of Dark Purple #87236F

Tints of Dark Purple #87236F

Color information

#87236F (or 0x87236F) is unknown color: approx Dark Purple. HEX triplet: 87, 23 and 6F. RGB value is (135,35,111). Sum of RGB (Red+Green+Blue) = 135+35+111=281 (37% of max value = 765). Red value is 135 (53.12% from 255 or 48.04% from 281); Green value is 35 (14.06% from 255 or 12.46% from 281); Blue value is 111 (43.75% from 255 or 39.50% from 281); Max value from RGB is 135 - color contains mainly: red. Hex color #87236F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87236F is #78DC90. Grayscale: #494949. Windows color (decimal): -7920785 or 7283591. OLE color: 7283591.

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

Color convert

RGB13535111-
CMYK00.740.180.47
HSL314.4º58.82%33.33%-
HSV(B)314.4º74.07%52.94%-
XYZ13.467.515.78-
YUV73.56149.13171.82-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 48.04%
GREEN value IS 35 (14.06% from 255) = 12.46%
BLUE value IS 111 (43.75% from 255) = 39.50%
R=48.04%
G=12.46%
B=39.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.18
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1353511100.740.180.47314.458.8233.33
Hex87236F04A122F13a3b21
Octal20743157011222574727341
Binary1000011110001111011110100101010010101111100111010111011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87236F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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