#590250

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

Shades of Tyrian Purple #590250

Tints of Tyrian Purple #590250

Color information

#590250 (or 0x590250) is unknown color: approx Tyrian Purple. HEX triplet: 59, 02 and 50. RGB value is (89,2,80). Sum of RGB (Red+Green+Blue) = 89+2+80=171 (22% of max value = 765). Red value is 89 (35.16% from 255 or 52.05% from 171); Green value is 2 (1.17% from 255 or 1.17% from 171); Blue value is 80 (31.64% from 255 or 46.78% from 171); Max value from RGB is 89 - color contains mainly: red. Hex color #590250 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #590250 is #A6FDAF. Grayscale: #242424. Windows color (decimal): -10943920 or 5243481. OLE color: 5243481.

HSL color Cylindrical-coordinate representation of color #590250: hue angle of 306.21º 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 #590250 is Cyan = 0, Magento = 0.98, Yellow = 0.10 and Black (K on CMYK) = 0.65.

Color convert

RGB89280-
CMYK00.980.100.65
HSL306.21º95.6%17.84%-
HSV(B)306.21º97.75%34.9%-
XYZ5.592.757.82-
YUV36.9152.32165.16-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 52.05%
GREEN value IS 2 (1.17% from 255) = 1.17%
BLUE value IS 80 (31.64% from 255) = 46.78%
R=52.05%
G=1.17%
B=46.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.10
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8928000.980.100.65306.2195.617.84
Hex59250062A411326012
Octal131212001421210146214022
Binary10110011010100000110001010101000001100110010110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #590250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #590250; }

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

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

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

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

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

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

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

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