#87267B

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

Shades of Dark Purple #87267B

Tints of Dark Purple #87267B

Color information

#87267B (or 0x87267B) is unknown color: approx Dark Purple. HEX triplet: 87, 26 and 7B. RGB value is (135,38,123). Sum of RGB (Red+Green+Blue) = 135+38+123=296 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45.61% from 296); Green value is 38 (15.23% from 255 or 12.84% from 296); Blue value is 123 (48.44% from 255 or 41.55% from 296); Max value from RGB is 135 - color contains mainly: red. Hex color #87267B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87267B is #78D984. Grayscale: #4C4C4C. Windows color (decimal): -7920005 or 8070791. OLE color: 8070791.

HSL color Cylindrical-coordinate representation of color #87267B: hue angle of 307.42º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #87267B is Cyan = 0, Magento = 0.72, Yellow = 0.09 and Black (K on CMYK) = 0.47.

Color convert

RGB13538123-
CMYK00.720.090.47
HSL307.42º56.07%33.92%-
HSV(B)307.42º71.85%52.94%-
XYZ14.267.9719.53-
YUV76.69154.14169.59-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 45.61%
GREEN value IS 38 (15.23% from 255) = 12.84%
BLUE value IS 123 (48.44% from 255) = 41.55%
R=45.61%
G=12.84%
B=41.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.09
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1353812300.720.090.47307.4256.0733.92
Hex87267B04892F1333822
Octal20746173011011574637042
Binary100001111001101111011010010001001101111100110011111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87267B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,38,123); }

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

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

 a { background-color: rgb(135,38,123); }

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

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

 span { border-color: rgb(135,38,123); }

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