#59093B

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

Shades of Tyrian Purple #59093B

Tints of Tyrian Purple #59093B

Color information

#59093B (or 0x59093B) is unknown color: approx Tyrian Purple. HEX triplet: 59, 09 and 3B. RGB value is (89,9,59). Sum of RGB (Red+Green+Blue) = 89+9+59=157 (20% of max value = 765). Red value is 89 (35.16% from 255 or 56.69% from 157); Green value is 9 (3.91% from 255 or 5.73% from 157); Blue value is 59 (23.44% from 255 or 37.58% from 157); Max value from RGB is 89 - color contains mainly: red. Hex color #59093B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59093B is #A6F6C4. Grayscale: #262626. Windows color (decimal): -10942149 or 3869017. OLE color: 3869017.

HSL color Cylindrical-coordinate representation of color #59093B: hue angle of 322.5º degrees, saturation: 0.82, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #59093B is Cyan = 0, Magento = 0.90, Yellow = 0.34 and Black (K on CMYK) = 0.65.

Color convert

RGB89959-
CMYK00.900.340.65
HSL322.5º81.63%19.22%-
HSV(B)322.5º89.89%34.9%-
XYZ5.012.634.38-
YUV38.62139.5163.93-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 56.69%
GREEN value IS 9 (3.91% from 255) = 5.73%
BLUE value IS 59 (23.44% from 255) = 37.58%
R=56.69%
G=5.73%
B=37.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.34
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8995900.900.340.65322.581.6319.22
Hex5993B05A22411425213
Octal131117301324210150212223
Binary10110011001111011010110101000101000001101000010101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59093B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,9,59); }

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

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

 a { background-color: rgb(89,9,59); }

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

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

 span { border-color: rgb(89,9,59); }

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