#590226

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

Shades of Tyrian Purple #590226

Tints of Tyrian Purple #590226

Color information

#590226 (or 0x590226) is unknown color: approx Tyrian Purple. HEX triplet: 59, 02 and 26. RGB value is (89,2,38). Sum of RGB (Red+Green+Blue) = 89+2+38=129 (17% of max value = 765). Red value is 89 (35.16% from 255 or 68.99% from 129); Green value is 2 (1.17% from 255 or 1.55% from 129); Blue value is 38 (15.23% from 255 or 29.46% from 129); Max value from RGB is 89 - color contains mainly: red. Hex color #590226 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #590226 is #A6FDD9. Grayscale: #202020. Windows color (decimal): -10943962 or 2490969. OLE color: 2490969.

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

Color convert

RGB89238-
CMYK00.980.570.65
HSL335.17º95.6%17.84%-
HSV(B)335.17º97.75%34.9%-
XYZ4.492.312.04-
YUV32.12131.32168.57-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 68.99%
GREEN value IS 2 (1.17% from 255) = 1.55%
BLUE value IS 38 (15.23% from 255) = 29.46%
R=68.99%
G=1.55%
B=29.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.57
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8923800.980.570.65335.1795.617.84
Hex59226062394114f6012
Octal13124601427110151714022
Binary101100110100110011000101110011000001101001111110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #590226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #590226; }

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

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

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

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

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

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

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

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