#59022B

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

Shades of Tyrian Purple #59022B

Tints of Tyrian Purple #59022B

Color information

#59022B (or 0x59022B) is unknown color: approx Tyrian Purple. HEX triplet: 59, 02 and 2B. RGB value is (89,2,43). Sum of RGB (Red+Green+Blue) = 89+2+43=134 (17% of max value = 765). Red value is 89 (35.16% from 255 or 66.42% from 134); Green value is 2 (1.17% from 255 or 1.49% from 134); Blue value is 43 (17.19% from 255 or 32.09% from 134); Max value from RGB is 89 - color contains mainly: red. Hex color #59022B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59022B is #A6FDD4. Grayscale: #202020. Windows color (decimal): -10943957 or 2818649. OLE color: 2818649.

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

Color convert

RGB89243-
CMYK00.980.520.65
HSL331.72º95.6%17.84%-
HSV(B)331.72º97.75%34.9%-
XYZ4.582.342.5-
YUV32.69133.82168.17-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 66.42%
GREEN value IS 2 (1.17% from 255) = 1.49%
BLUE value IS 43 (17.19% from 255) = 32.09%
R=66.42%
G=1.49%
B=32.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.52
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8924300.980.520.65331.7295.617.84
Hex5922B062344114c6012
Octal13125301426410151414022
Binary101100110101011011000101101001000001101001100110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59022B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,2,43); }

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

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

 a { background-color: rgb(89,2,43); }

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

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

 span { border-color: rgb(89,2,43); }

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