#59092F

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

Shades of Tyrian Purple #59092F

Tints of Tyrian Purple #59092F

Color information

#59092F (or 0x59092F) is unknown color: approx Tyrian Purple. HEX triplet: 59, 09 and 2F. RGB value is (89,9,47). Sum of RGB (Red+Green+Blue) = 89+9+47=145 (19% of max value = 765). Red value is 89 (35.16% from 255 or 61.38% from 145); Green value is 9 (3.91% from 255 or 6.21% from 145); Blue value is 47 (18.75% from 255 or 32.41% from 145); Max value from RGB is 89 - color contains mainly: red. Hex color #59092F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59092F is #A6F6D0. Grayscale: #252525. Windows color (decimal): -10942161 or 3082585. OLE color: 3082585.

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

Color convert

RGB89947-
CMYK00.900.470.65
HSL331.5º81.63%19.22%-
HSV(B)331.5º89.89%34.9%-
XYZ4.732.522.93-
YUV37.25133.5164.91-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 61.38%
GREEN value IS 9 (3.91% from 255) = 6.21%
BLUE value IS 47 (18.75% from 255) = 32.41%
R=61.38%
G=6.21%
B=32.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.47
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8994700.900.470.65331.581.6319.22
Hex5992F05A2F4114c5213
Octal131115701325710151412223
Binary10110011001101111010110101011111000001101001100101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59092F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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