#590228

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

Shades of Tyrian Purple #590228

Tints of Tyrian Purple #590228

Color information

#590228 (or 0x590228) is unknown color: approx Tyrian Purple. HEX triplet: 59, 02 and 28. RGB value is (89,2,40). Sum of RGB (Red+Green+Blue) = 89+2+40=131 (17% of max value = 765). Red value is 89 (35.16% from 255 or 67.94% from 131); Green value is 2 (1.17% from 255 or 1.53% from 131); Blue value is 40 (16.02% from 255 or 30.53% from 131); Max value from RGB is 89 - color contains mainly: red. Hex color #590228 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #590228 is #A6FDD7. Grayscale: #202020. Windows color (decimal): -10943960 or 2622041. OLE color: 2622041.

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

Color convert

RGB89240-
CMYK00.980.550.65
HSL333.79º95.6%17.84%-
HSV(B)333.79º97.75%34.9%-
XYZ4.522.322.22-
YUV32.34132.32168.41-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 67.94%
GREEN value IS 2 (1.17% from 255) = 1.53%
BLUE value IS 40 (16.02% from 255) = 30.53%
R=67.94%
G=1.53%
B=30.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.55
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8924000.980.550.65333.7995.617.84
Hex59228062374114e6012
Octal13125001426710151614022
Binary101100110101000011000101101111000001101001110110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #590228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #590228; }

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

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

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

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

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

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

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

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