#59143D

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

Shades of Tyrian Purple #59143D

Tints of Tyrian Purple #59143D

Color information

#59143D (or 0x59143D) is unknown color: approx Tyrian Purple. HEX triplet: 59, 14 and 3D. RGB value is (89,20,61). Sum of RGB (Red+Green+Blue) = 89+20+61=170 (22% of max value = 765). Red value is 89 (35.16% from 255 or 52.35% from 170); Green value is 20 (8.20% from 255 or 11.76% from 170); Blue value is 61 (24.22% from 255 or 35.88% from 170); Max value from RGB is 89 - color contains mainly: red. Hex color #59143D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59143D is #A6EBC2. Grayscale: #2D2D2D. Windows color (decimal): -10939331 or 4002905. OLE color: 4002905.

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

Color convert

RGB892061-
CMYK00.780.310.65
HSL324.35º63.3%21.37%-
HSV(B)324.35º77.53%34.9%-
XYZ5.212.964.71-
YUV45.3136.86159.17-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 52.35%
GREEN value IS 20 (8.20% from 255) = 11.76%
BLUE value IS 61 (24.22% from 255) = 35.88%
R=52.35%
G=11.76%
B=35.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.31
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89206100.780.310.65324.3563.321.37
Hex59143D04E1F411443f15
Octal13124750116371015047725
Binary1011001101001111010100111011111100000110100010011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59143D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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