#59063D

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

Shades of Tyrian Purple #59063D

Tints of Tyrian Purple #59063D

Color information

#59063D (or 0x59063D) is unknown color: approx Tyrian Purple. HEX triplet: 59, 06 and 3D. RGB value is (89,6,61). Sum of RGB (Red+Green+Blue) = 89+6+61=156 (20% of max value = 765). Red value is 89 (35.16% from 255 or 57.05% from 156); Green value is 6 (2.73% from 255 or 3.85% from 156); Blue value is 61 (24.22% from 255 or 39.10% from 156); Max value from RGB is 89 - color contains mainly: red. Hex color #59063D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59063D is #A6F9C2. Grayscale: #242424. Windows color (decimal): -10942915 or 3999321. OLE color: 3999321.

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

Color convert

RGB89661-
CMYK00.930.310.65
HSL320.24º87.37%18.63%-
HSV(B)320.24º93.26%34.9%-
XYZ5.032.594.65-
YUV37.09141.5165.03-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 57.05%
GREEN value IS 6 (2.73% from 255) = 3.85%
BLUE value IS 61 (24.22% from 255) = 39.10%
R=57.05%
G=3.85%
B=39.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.31
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8966100.930.310.65320.2487.3718.63
Hex5963D05D1F411405713
Octal13167501353710150012723
Binary101100111011110101011101111111000001101000000101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59063D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59063D; }

 p { color: rgb(89,6,61); }

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

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

 a { background-color: rgb(89,6,61); }

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

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

 span { border-color: rgb(89,6,61); }

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