#590235

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

Shades of Tyrian Purple #590235

Tints of Tyrian Purple #590235

Color information

#590235 (or 0x590235) is unknown color: approx Tyrian Purple. HEX triplet: 59, 02 and 35. RGB value is (89,2,53). Sum of RGB (Red+Green+Blue) = 89+2+53=144 (19% of max value = 765). Red value is 89 (35.16% from 255 or 61.81% from 144); Green value is 2 (1.17% from 255 or 1.39% from 144); Blue value is 53 (21.09% from 255 or 36.81% from 144); Max value from RGB is 89 - color contains mainly: red. Hex color #590235 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #590235 is #A6FDCA. Grayscale: #212121. Windows color (decimal): -10943947 or 3474009. OLE color: 3474009.

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

Color convert

RGB89253-
CMYK00.980.400.65
HSL324.83º95.6%17.84%-
HSV(B)324.83º97.75%34.9%-
XYZ4.782.423.58-
YUV33.83138.82167.35-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 61.81%
GREEN value IS 2 (1.17% from 255) = 1.39%
BLUE value IS 53 (21.09% from 255) = 36.81%
R=61.81%
G=1.39%
B=36.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.40
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8925300.980.400.65324.8395.617.84
Hex5923506228411456012
Octal13126501425010150514022
Binary101100110110101011000101010001000001101000101110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #590235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #590235; }

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

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

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

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

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

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

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

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