#87127D

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

Shades of Dark Purple #87127D

Tints of Dark Purple #87127D

Color information

#87127D (or 0x87127D) is unknown color: approx Dark Purple. HEX triplet: 87, 12 and 7D. RGB value is (135,18,125). Sum of RGB (Red+Green+Blue) = 135+18+125=278 (36% of max value = 765). Red value is 135 (53.12% from 255 or 48.56% from 278); Green value is 18 (7.42% from 255 or 6.47% from 278); Blue value is 125 (49.22% from 255 or 44.96% from 278); Max value from RGB is 135 - color contains mainly: red. Hex color #87127D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #87127D is #78ED82. Grayscale: #404040. Windows color (decimal): -7925123 or 8196743. OLE color: 8196743.

HSL color Cylindrical-coordinate representation of color #87127D: hue angle of 305.13º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #87127D is Cyan = 0, Magento = 0.87, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB13518125-
CMYK00.870.070.47
HSL305.13º76.47%30%-
HSV(B)305.13º86.67%52.94%-
XYZ13.917.0620.03-
YUV65.18161.76177.8-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 48.56%
GREEN value IS 18 (7.42% from 255) = 6.47%
BLUE value IS 125 (49.22% from 255) = 44.96%
R=48.56%
G=6.47%
B=44.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351812500.870.070.47305.1376.4730
Hex87127D05772F1314c1e
Octal20722175012775746111436
Binary1000011110010111110101010111111101111100110001100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87127D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87127D; }

 p { color: rgb(135,18,125); }

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

<style>
 a { background-color: #87127D; }

 a { background-color: rgb(135,18,125); }

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

<style>
 span { border-color: #87127D; }

 span { border-color: rgb(135,18,125); }

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