#87236C

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

Shades of Dark Purple #87236C

Tints of Dark Purple #87236C

Color information

#87236C (or 0x87236C) is unknown color: approx Dark Purple. HEX triplet: 87, 23 and 6C. RGB value is (135,35,108). Sum of RGB (Red+Green+Blue) = 135+35+108=278 (36% of max value = 765). Red value is 135 (53.12% from 255 or 48.56% from 278); Green value is 35 (14.06% from 255 or 12.59% from 278); Blue value is 108 (42.58% from 255 or 38.85% from 278); Max value from RGB is 135 - color contains mainly: red. Hex color #87236C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87236C is #78DC93. Grayscale: #494949. Windows color (decimal): -7920788 or 7086983. OLE color: 7086983.

HSL color Cylindrical-coordinate representation of color #87236C: hue angle of 316.2º 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 #87236C is Cyan = 0, Magento = 0.74, Yellow = 0.2 and Black (K on CMYK) = 0.47.

Color convert

RGB13535108-
CMYK00.740.20.47
HSL316.2º58.82%33.33%-
HSV(B)316.2º74.07%52.94%-
XYZ13.37.4414.92-
YUV73.22147.63172.06-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 48.56%
GREEN value IS 35 (14.06% from 255) = 12.59%
BLUE value IS 108 (42.58% from 255) = 38.85%
R=48.56%
G=12.59%
B=38.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.2
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1353510800.740.20.47316.258.8233.33
Hex87236C04A142F13c3b21
Octal20743154011224574747341
Binary1000011110001111011000100101010100101111100111100111011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87236C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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