#59054B

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

Shades of Tyrian Purple #59054B

Tints of Tyrian Purple #59054B

Color information

#59054B (or 0x59054B) is unknown color: approx Tyrian Purple. HEX triplet: 59, 05 and 4B. RGB value is (89,5,75). Sum of RGB (Red+Green+Blue) = 89+5+75=169 (22% of max value = 765). Red value is 89 (35.16% from 255 or 52.66% from 169); Green value is 5 (2.34% from 255 or 2.96% from 169); Blue value is 75 (29.69% from 255 or 44.38% from 169); Max value from RGB is 89 - color contains mainly: red. Hex color #59054B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59054B is #A6FAB4. Grayscale: #252525. Windows color (decimal): -10943157 or 4916569. OLE color: 4916569.

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

Color convert

RGB89575-
CMYK00.940.160.65
HSL310º89.36%18.43%-
HSV(B)310º94.38%34.9%-
XYZ5.442.746.9-
YUV38.1148.83164.31-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 52.66%
GREEN value IS 5 (2.34% from 255) = 2.96%
BLUE value IS 75 (29.69% from 255) = 44.38%
R=52.66%
G=2.96%
B=44.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.16
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8957500.940.160.6531089.3618.43
Hex5954B05E10411365912
Octal131511301362010146613122
Binary1011001101100101101011110100001000001100110110101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59054B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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