#59143A

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

Shades of Tyrian Purple #59143A

Tints of Tyrian Purple #59143A

Color information

#59143A (or 0x59143A) is unknown color: approx Tyrian Purple. HEX triplet: 59, 14 and 3A. RGB value is (89,20,58). Sum of RGB (Red+Green+Blue) = 89+20+58=167 (22% of max value = 765). Red value is 89 (35.16% from 255 or 53.29% from 167); Green value is 20 (8.20% from 255 or 11.98% from 167); Blue value is 58 (23.05% from 255 or 34.73% from 167); Max value from RGB is 89 - color contains mainly: red. Hex color #59143A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59143A is #A6EBC5. Grayscale: #2C2C2C. Windows color (decimal): -10939334 or 3806297. OLE color: 3806297.

HSL color Cylindrical-coordinate representation of color #59143A: hue angle of 326.96º 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 #59143A is Cyan = 0, Magento = 0.78, Yellow = 0.35 and Black (K on CMYK) = 0.65.

Color convert

RGB892058-
CMYK00.780.350.65
HSL326.96º63.3%21.37%-
HSV(B)326.96º77.53%34.9%-
XYZ5.132.934.3-
YUV44.96135.36159.41-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 53.29%
GREEN value IS 20 (8.20% from 255) = 11.98%
BLUE value IS 58 (23.05% from 255) = 34.73%
R=53.29%
G=11.98%
B=34.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.35
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89205800.780.350.65326.9663.321.37
Hex59143A04E23411473f15
Octal13124720116431015077725
Binary10110011010011101001001110100011100000110100011111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59143A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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