#87236B

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

Shades of Dark Purple #87236B

Tints of Dark Purple #87236B

Color information

#87236B (or 0x87236B) is unknown color: approx Dark Purple. HEX triplet: 87, 23 and 6B. RGB value is (135,35,107). Sum of RGB (Red+Green+Blue) = 135+35+107=277 (36% of max value = 765). Red value is 135 (53.12% from 255 or 48.74% from 277); Green value is 35 (14.06% from 255 or 12.64% from 277); Blue value is 107 (42.19% from 255 or 38.63% from 277); Max value from RGB is 135 - color contains mainly: red. Hex color #87236B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87236B is #78DC94. Grayscale: #484848. Windows color (decimal): -7920789 or 7021447. OLE color: 7021447.

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

Color convert

RGB13535107-
CMYK00.740.210.47
HSL316.8º58.82%33.33%-
HSV(B)316.8º74.07%52.94%-
XYZ13.257.4114.64-
YUV73.11147.13172.15-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 48.74%
GREEN value IS 35 (14.06% from 255) = 12.64%
BLUE value IS 107 (42.19% from 255) = 38.63%
R=48.74%
G=12.64%
B=38.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.21
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1353510700.740.210.47316.858.8233.33
Hex87236B04A152F13d3b21
Octal20743153011225574757341
Binary1000011110001111010110100101010101101111100111101111011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87236B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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