#590035

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

Shades of Tyrian Purple #590035

Tints of Tyrian Purple #590035

Color information

#590035 (or 0x590035) is unknown color: approx Tyrian Purple. HEX triplet: 59, 00 and 35. RGB value is (89,0,53). Sum of RGB (Red+Green+Blue) = 89+0+53=142 (18% of max value = 765). Red value is 89 (35.16% from 255 or 62.68% from 142); Green value is 0 (0.39% from 255 or 0% from 142); Blue value is 53 (21.09% from 255 or 37.32% from 142); Max value from RGB is 89 - color contains mainly: red. Hex color #590035 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #590035 is #A6FFCA. Grayscale: #202020. Windows color (decimal): -10944459 or 3473497. OLE color: 3473497.

HSL color Cylindrical-coordinate representation of color #590035: hue angle of 324.27º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #590035 is Cyan = 0, Magento = 1, Yellow = 0.40 and Black (K on CMYK) = 0.65.

Color convert

RGB89053-
CMYK010.400.65
HSL324.27º100%17.45%-
HSV(B)324.27º100%34.9%-
XYZ4.762.383.58-
YUV32.65139.49168.19-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 62.68%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 53 (21.09% from 255) = 37.32%
R=62.68%
G=0%
B=37.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.40
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89053010.400.65324.2710017.45
Hex5903506428411446411
Octal13106501445010150414421
Binary10110010110101011001001010001000001101000100110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #590035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #590035; }

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

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

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

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

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

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

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

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