#59012F

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

Shades of Tyrian Purple #59012F

Tints of Tyrian Purple #59012F

Color information

#59012F (or 0x59012F) is unknown color: approx Tyrian Purple. HEX triplet: 59, 01 and 2F. RGB value is (89,1,47). Sum of RGB (Red+Green+Blue) = 89+1+47=137 (18% of max value = 765). Red value is 89 (35.16% from 255 or 64.96% from 137); Green value is 1 (0.78% from 255 or 0.73% from 137); Blue value is 47 (18.75% from 255 or 34.31% from 137); Max value from RGB is 89 - color contains mainly: red. Hex color #59012F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59012F is #A6FED0. Grayscale: #202020. Windows color (decimal): -10944209 or 3080537. OLE color: 3080537.

HSL color Cylindrical-coordinate representation of color #59012F: hue angle of 328.64º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #59012F is Cyan = 0, Magento = 0.99, Yellow = 0.47 and Black (K on CMYK) = 0.65.

Color convert

RGB89147-
CMYK00.990.470.65
HSL328.64º97.78%17.65%-
HSV(B)328.64º98.88%34.9%-
XYZ4.642.352.9-
YUV32.56136.15168.26-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 64.96%
GREEN value IS 1 (0.78% from 255) = 0.73%
BLUE value IS 47 (18.75% from 255) = 34.31%
R=64.96%
G=0.73%
B=34.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.47
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8914700.990.470.65328.6497.7817.65
Hex5912F0632F411496212
Octal13115701435710151114222
Binary10110011101111011000111011111000001101001001110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59012F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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