#59134B

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

Shades of Tyrian Purple #59134B

Tints of Tyrian Purple #59134B

Color information

#59134B (or 0x59134B) is unknown color: approx Tyrian Purple. HEX triplet: 59, 13 and 4B. RGB value is (89,19,75). Sum of RGB (Red+Green+Blue) = 89+19+75=183 (24% of max value = 765). Red value is 89 (35.16% from 255 or 48.63% from 183); Green value is 19 (7.81% from 255 or 10.38% from 183); Blue value is 75 (29.69% from 255 or 40.98% from 183); Max value from RGB is 89 - color contains mainly: red. Hex color #59134B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59134B is #A6ECB4. Grayscale: #2E2E2E. Windows color (decimal): -10939573 or 4920153. OLE color: 4920153.

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

Color convert

RGB891975-
CMYK00.790.160.65
HSL312º64.81%21.18%-
HSV(B)312º78.65%34.9%-
XYZ5.623.16.96-
YUV46.31144.19158.45-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 48.63%
GREEN value IS 19 (7.81% from 255) = 10.38%
BLUE value IS 75 (29.69% from 255) = 40.98%
R=48.63%
G=10.38%
B=40.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.16
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89197500.790.160.6531264.8121.18
Hex59134B04F10411384115
Octal1312311301172010147010125
Binary101100110011100101101001111100001000001100111000100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59134B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59134B; }

 p { color: rgb(89,19,75); }

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

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

 a { background-color: rgb(89,19,75); }

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

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

 span { border-color: rgb(89,19,75); }

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