#59074B

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

Shades of Tyrian Purple #59074B

Tints of Tyrian Purple #59074B

Color information

#59074B (or 0x59074B) is unknown color: approx Tyrian Purple. HEX triplet: 59, 07 and 4B. RGB value is (89,7,75). Sum of RGB (Red+Green+Blue) = 89+7+75=171 (22% of max value = 765). Red value is 89 (35.16% from 255 or 52.05% from 171); Green value is 7 (3.12% from 255 or 4.09% from 171); Blue value is 75 (29.69% from 255 or 43.86% from 171); Max value from RGB is 89 - color contains mainly: red. Hex color #59074B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59074B is #A6F8B4. Grayscale: #272727. Windows color (decimal): -10942645 or 4917081. OLE color: 4917081.

HSL color Cylindrical-coordinate representation of color #59074B: hue angle of 310.24º degrees, saturation: 0.85, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #59074B is Cyan = 0, Magento = 0.92, Yellow = 0.16 and Black (K on CMYK) = 0.65.

Color convert

RGB89775-
CMYK00.920.160.65
HSL310.24º85.42%18.82%-
HSV(B)310.24º92.13%34.9%-
XYZ5.472.786.91-
YUV39.27148.17163.47-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 52.05%
GREEN value IS 7 (3.12% from 255) = 4.09%
BLUE value IS 75 (29.69% from 255) = 43.86%
R=52.05%
G=4.09%
B=43.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.16
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8977500.920.160.65310.2485.4218.82
Hex5974B05C10411365513
Octal131711301342010146612523
Binary1011001111100101101011100100001000001100110110101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59074B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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