#590052

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

Shades of Tyrian Purple #590052

Tints of Tyrian Purple #590052

Color information

#590052 (or 0x590052) is unknown color: approx Tyrian Purple. HEX triplet: 59, 00 and 52. RGB value is (89,0,82). Sum of RGB (Red+Green+Blue) = 89+0+82=171 (22% of max value = 765). Red value is 89 (35.16% from 255 or 52.05% from 171); Green value is 0 (0.39% from 255 or 0% from 171); Blue value is 82 (32.42% from 255 or 47.95% from 171); Max value from RGB is 89 - color contains mainly: red. Hex color #590052 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #590052 is #A6FFAD. Grayscale: #232323. Windows color (decimal): -10944430 or 5374041. OLE color: 5374041.

HSL color Cylindrical-coordinate representation of color #590052: hue angle of 304.72º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #590052 is Cyan = 0, Magento = 1, Yellow = 0.08 and Black (K on CMYK) = 0.65.

Color convert

RGB89082-
CMYK010.080.65
HSL304.72º100%17.45%-
HSV(B)304.72º100%34.9%-
XYZ5.642.738.21-
YUV35.96153.99165.83-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 52.05%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 82 (32.42% from 255) = 47.95%
R=52.05%
G=0%
B=47.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.08
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89082010.080.65304.7210017.45
Hex590520648411316411
Octal131012201441010146114421
Binary1011001010100100110010010001000001100110001110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #590052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #590052; }

 p { color: rgb(89,0,82); }

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

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

 a { background-color: rgb(89,0,82); }

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

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

 span { border-color: rgb(89,0,82); }

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