#59064A

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

Shades of Tyrian Purple #59064A

Tints of Tyrian Purple #59064A

Color information

#59064A (or 0x59064A) is unknown color: approx Tyrian Purple. HEX triplet: 59, 06 and 4A. RGB value is (89,6,74). Sum of RGB (Red+Green+Blue) = 89+6+74=169 (22% of max value = 765). Red value is 89 (35.16% from 255 or 52.66% from 169); Green value is 6 (2.73% from 255 or 3.55% from 169); Blue value is 74 (29.30% from 255 or 43.79% from 169); Max value from RGB is 89 - color contains mainly: red. Hex color #59064A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59064A is #A6F9B5. Grayscale: #262626. Windows color (decimal): -10942902 or 4851289. OLE color: 4851289.

HSL color Cylindrical-coordinate representation of color #59064A: hue angle of 310.84º degrees, saturation: 0.87, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #59064A is Cyan = 0, Magento = 0.93, Yellow = 0.17 and Black (K on CMYK) = 0.65.

Color convert

RGB89674-
CMYK00.930.170.65
HSL310.84º87.37%18.63%-
HSV(B)310.84º93.26%34.9%-
XYZ5.422.756.72-
YUV38.57148163.97-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 52.66%
GREEN value IS 6 (2.73% from 255) = 3.55%
BLUE value IS 74 (29.30% from 255) = 43.79%
R=52.66%
G=3.55%
B=43.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.17
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8967400.930.170.65310.8487.3718.63
Hex5964A05D11411375713
Octal131611201352110146712723
Binary1011001110100101001011101100011000001100110111101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59064A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59064A; }

 p { color: rgb(89,6,74); }

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

<style>
 a { background-color: #59064A; }

 a { background-color: rgb(89,6,74); }

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

<style>
 span { border-color: #59064A; }

 span { border-color: rgb(89,6,74); }

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