#59034E

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

Shades of Tyrian Purple #59034E

Tints of Tyrian Purple #59034E

Color information

#59034E (or 0x59034E) is unknown color: approx Tyrian Purple. HEX triplet: 59, 03 and 4E. RGB value is (89,3,78). Sum of RGB (Red+Green+Blue) = 89+3+78=170 (22% of max value = 765). Red value is 89 (35.16% from 255 or 52.35% from 170); Green value is 3 (1.56% from 255 or 1.76% from 170); Blue value is 78 (30.86% from 255 or 45.88% from 170); Max value from RGB is 89 - color contains mainly: red. Hex color #59034E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #59034E is #A6FCB1. Grayscale: #252525. Windows color (decimal): -10943666 or 5112665. OLE color: 5112665.

HSL color Cylindrical-coordinate representation of color #59034E: hue angle of 307.67º degrees, saturation: 0.93, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #59034E is Cyan = 0, Magento = 0.97, Yellow = 0.12 and Black (K on CMYK) = 0.65.

Color convert

RGB89378-
CMYK00.970.120.65
HSL307.67º93.48%18.04%-
HSV(B)307.67º96.63%34.9%-
XYZ5.532.747.45-
YUV37.26150.99164.9-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 52.35%
GREEN value IS 3 (1.56% from 255) = 1.76%
BLUE value IS 78 (30.86% from 255) = 45.88%
R=52.35%
G=1.76%
B=45.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.12
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8937800.970.120.65307.6793.4818.04
Hex5934E061C411345d12
Octal131311601411410146413522
Binary10110011110011100110000111001000001100110100101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59034E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59034E; }

 p { color: rgb(89,3,78); }

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

<style>
 a { background-color: #59034E; }

 a { background-color: rgb(89,3,78); }

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

<style>
 span { border-color: #59034E; }

 span { border-color: rgb(89,3,78); }

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