#87053F

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

Shades of Tyrian Purple #87053F

Tints of Tyrian Purple #87053F

Color information

#87053F (or 0x87053F) is unknown color: approx Tyrian Purple. HEX triplet: 87, 05 and 3F. RGB value is (135,5,63). Sum of RGB (Red+Green+Blue) = 135+5+63=203 (26% of max value = 765). Red value is 135 (53.12% from 255 or 66.50% from 203); Green value is 5 (2.34% from 255 or 2.46% from 203); Blue value is 63 (25% from 255 or 31.03% from 203); Max value from RGB is 135 - color contains mainly: red. Hex color #87053F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #87053F is #78FAC0. Grayscale: #323232. Windows color (decimal): -7928513 or 4130183. OLE color: 4130183.

HSL color Cylindrical-coordinate representation of color #87053F: hue angle of 333.23º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #87053F is Cyan = 0, Magento = 0.96, Yellow = 0.53 and Black (K on CMYK) = 0.47.

Color convert

RGB135563-
CMYK00.960.530.47
HSL333.23º92.86%27.45%-
HSV(B)333.23º96.3%52.94%-
XYZ10.945.625.21-
YUV50.48135.07188.28-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 66.50%
GREEN value IS 5 (2.34% from 255) = 2.46%
BLUE value IS 63 (25% from 255) = 31.03%
R=66.50%
G=2.46%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.53
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13556300.960.530.47333.2392.8627.45
Hex8753F060352F14d5d1b
Octal2075770140655751513533
Binary1000011110111111101100000110101101111101001101101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87053F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,5,63); }

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

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

 a { background-color: rgb(135,5,63); }

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

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

 span { border-color: rgb(135,5,63); }

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