#59052D

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

Shades of Tyrian Purple #59052D

Tints of Tyrian Purple #59052D

Color information

#59052D (or 0x59052D) is unknown color: approx Tyrian Purple. HEX triplet: 59, 05 and 2D. RGB value is (89,5,45). Sum of RGB (Red+Green+Blue) = 89+5+45=139 (18% of max value = 765). Red value is 89 (35.16% from 255 or 64.03% from 139); Green value is 5 (2.34% from 255 or 3.60% from 139); Blue value is 45 (17.97% from 255 or 32.37% from 139); Max value from RGB is 89 - color contains mainly: red. Hex color #59052D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59052D is #A6FAD2. Grayscale: #222222. Windows color (decimal): -10943187 or 2950489. OLE color: 2950489.

HSL color Cylindrical-coordinate representation of color #59052D: hue angle of 331.43º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #59052D is Cyan = 0, Magento = 0.94, Yellow = 0.49 and Black (K on CMYK) = 0.65.

Color convert

RGB89545-
CMYK00.940.490.65
HSL331.43º89.36%18.43%-
HSV(B)331.43º94.38%34.9%-
XYZ4.652.422.71-
YUV34.68133.83166.75-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 64.03%
GREEN value IS 5 (2.34% from 255) = 3.60%
BLUE value IS 45 (17.97% from 255) = 32.37%
R=64.03%
G=3.60%
B=32.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.49
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8954500.940.490.65331.4389.3618.43
Hex5952D05E314114b5912
Octal13155501366110151313122
Binary1011001101101101010111101100011000001101001011101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59052D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,5,45); }

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

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

 a { background-color: rgb(89,5,45); }

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

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

 span { border-color: rgb(89,5,45); }

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