#590348

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

Shades of Tyrian Purple #590348

Tints of Tyrian Purple #590348

Color information

#590348 (or 0x590348) is unknown color: approx Tyrian Purple. HEX triplet: 59, 03 and 48. RGB value is (89,3,72). Sum of RGB (Red+Green+Blue) = 89+3+72=164 (21% of max value = 765). Red value is 89 (35.16% from 255 or 54.27% from 164); Green value is 3 (1.56% from 255 or 1.83% from 164); Blue value is 72 (28.52% from 255 or 43.90% from 164); Max value from RGB is 89 - color contains mainly: red. Hex color #590348 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #590348 is #A6FCB7. Grayscale: #242424. Windows color (decimal): -10943672 or 4719449. OLE color: 4719449.

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

Color convert

RGB89372-
CMYK00.970.190.65
HSL311.86º93.48%18.04%-
HSV(B)311.86º96.63%34.9%-
XYZ5.322.666.36-
YUV36.58147.99165.39-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 54.27%
GREEN value IS 3 (1.56% from 255) = 1.83%
BLUE value IS 72 (28.52% from 255) = 43.90%
R=54.27%
G=1.83%
B=43.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.19
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8937200.970.190.65311.8693.4818.04
Hex5934806113411385d12
Octal131311001412310147013522
Binary101100111100100001100001100111000001100111000101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #590348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #590348; }

 p { color: rgb(89,3,72); }

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

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

 a { background-color: rgb(89,3,72); }

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

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

 span { border-color: rgb(89,3,72); }

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