#590125

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

Shades of Tyrian Purple #590125

Tints of Tyrian Purple #590125

Color information

#590125 (or 0x590125) is unknown color: approx Tyrian Purple. HEX triplet: 59, 01 and 25. RGB value is (89,1,37). Sum of RGB (Red+Green+Blue) = 89+1+37=127 (16% of max value = 765). Red value is 89 (35.16% from 255 or 70.08% from 127); Green value is 1 (0.78% from 255 or 0.79% from 127); Blue value is 37 (14.84% from 255 or 29.13% from 127); Max value from RGB is 89 - color contains mainly: red. Hex color #590125 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #590125 is #A6FEDA. Grayscale: #1F1F1F. Windows color (decimal): -10944219 or 2425177. OLE color: 2425177.

HSL color Cylindrical-coordinate representation of color #590125: hue angle of 335.45º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #590125 is Cyan = 0, Magento = 0.99, Yellow = 0.58 and Black (K on CMYK) = 0.65.

Color convert

RGB89137-
CMYK00.990.580.65
HSL335.45º97.78%17.65%-
HSV(B)335.45º98.88%34.9%-
XYZ4.462.281.95-
YUV31.42131.15169.07-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 70.08%
GREEN value IS 1 (0.78% from 255) = 0.79%
BLUE value IS 37 (14.84% from 255) = 29.13%
R=70.08%
G=0.79%
B=29.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.58
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8913700.990.580.65335.4597.7817.65
Hex591250633A4114f6212
Octal13114501437210151714222
Binary10110011100101011000111110101000001101001111110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #590125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #590125; }

 p { color: rgb(89,1,37); }

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

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

 a { background-color: rgb(89,1,37); }

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

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

 span { border-color: rgb(89,1,37); }

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