#59034B

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

Shades of Tyrian Purple #59034B

Tints of Tyrian Purple #59034B

Color information

#59034B (or 0x59034B) is unknown color: approx Tyrian Purple. HEX triplet: 59, 03 and 4B. RGB value is (89,3,75). Sum of RGB (Red+Green+Blue) = 89+3+75=167 (22% of max value = 765). Red value is 89 (35.16% from 255 or 53.29% from 167); Green value is 3 (1.56% from 255 or 1.80% from 167); Blue value is 75 (29.69% from 255 or 44.91% from 167); Max value from RGB is 89 - color contains mainly: red. Hex color #59034B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59034B is #A6FCB4. Grayscale: #242424. Windows color (decimal): -10943669 or 4916057. OLE color: 4916057.

HSL color Cylindrical-coordinate representation of color #59034B: hue angle of 309.77º 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 #59034B is Cyan = 0, Magento = 0.97, Yellow = 0.16 and Black (K on CMYK) = 0.65.

Color convert

RGB89375-
CMYK00.970.160.65
HSL309.77º93.48%18.04%-
HSV(B)309.77º96.63%34.9%-
XYZ5.422.76.89-
YUV36.92149.49165.15-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 53.29%
GREEN value IS 3 (1.56% from 255) = 1.80%
BLUE value IS 75 (29.69% from 255) = 44.91%
R=53.29%
G=1.80%
B=44.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.16
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8937500.970.160.65309.7793.4818.04
Hex5934B06110411365d12
Octal131311301412010146613522
Binary101100111100101101100001100001000001100110110101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59034B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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