#59103A

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

Shades of Tyrian Purple #59103A

Tints of Tyrian Purple #59103A

Color information

#59103A (or 0x59103A) is unknown color: approx Tyrian Purple. HEX triplet: 59, 10 and 3A. RGB value is (89,16,58). Sum of RGB (Red+Green+Blue) = 89+16+58=163 (21% of max value = 765). Red value is 89 (35.16% from 255 or 54.60% from 163); Green value is 16 (6.64% from 255 or 9.82% from 163); Blue value is 58 (23.05% from 255 or 35.58% from 163); Max value from RGB is 89 - color contains mainly: red. Hex color #59103A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59103A is #A6EFC5. Grayscale: #2A2A2A. Windows color (decimal): -10940358 or 3805273. OLE color: 3805273.

HSL color Cylindrical-coordinate representation of color #59103A: hue angle of 325.48º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #59103A is Cyan = 0, Magento = 0.82, Yellow = 0.35 and Black (K on CMYK) = 0.65.

Color convert

RGB891658-
CMYK00.820.350.65
HSL325.48º69.52%20.59%-
HSV(B)325.48º82.02%34.9%-
XYZ5.072.84.28-
YUV42.62136.68161.08-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 54.60%
GREEN value IS 16 (6.64% from 255) = 9.82%
BLUE value IS 58 (23.05% from 255) = 35.58%
R=54.60%
G=9.82%
B=35.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.35
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89165800.820.350.65325.4869.5220.59
Hex59103A05223411454615
Octal131207201224310150510625
Binary101100110000111010010100101000111000001101000101100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59103A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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