#59093F

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

Shades of Tyrian Purple #59093F

Tints of Tyrian Purple #59093F

Color information

#59093F (or 0x59093F) is unknown color: approx Tyrian Purple. HEX triplet: 59, 09 and 3F. RGB value is (89,9,63). Sum of RGB (Red+Green+Blue) = 89+9+63=161 (21% of max value = 765). Red value is 89 (35.16% from 255 or 55.28% from 161); Green value is 9 (3.91% from 255 or 5.59% from 161); Blue value is 63 (25% from 255 or 39.13% from 161); Max value from RGB is 89 - color contains mainly: red. Hex color #59093F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59093F is #A6F6C0. Grayscale: #262626. Windows color (decimal): -10942145 or 4131161. OLE color: 4131161.

HSL color Cylindrical-coordinate representation of color #59093F: hue angle of 319.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 #59093F is Cyan = 0, Magento = 0.90, Yellow = 0.29 and Black (K on CMYK) = 0.65.

Color convert

RGB89963-
CMYK00.900.290.65
HSL319.5º81.63%19.22%-
HSV(B)319.5º89.89%34.9%-
XYZ5.112.684.95-
YUV39.08141.5163.61-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 55.28%
GREEN value IS 9 (3.91% from 255) = 5.59%
BLUE value IS 63 (25% from 255) = 39.13%
R=55.28%
G=5.59%
B=39.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.29
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8996300.900.290.65319.581.6319.22
Hex5993F05A1D411405213
Octal131117701323510150012223
Binary1011001100111111101011010111011000001101000000101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59093F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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