#59104B

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

Shades of Tyrian Purple #59104B

Tints of Tyrian Purple #59104B

Color information

#59104B (or 0x59104B) is unknown color: approx Tyrian Purple. HEX triplet: 59, 10 and 4B. RGB value is (89,16,75). Sum of RGB (Red+Green+Blue) = 89+16+75=180 (23% of max value = 765). Red value is 89 (35.16% from 255 or 49.44% from 180); Green value is 16 (6.64% from 255 or 8.89% from 180); Blue value is 75 (29.69% from 255 or 41.67% from 180); Max value from RGB is 89 - color contains mainly: red. Hex color #59104B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59104B is #A6EFB4. Grayscale: #2C2C2C. Windows color (decimal): -10940341 or 4919385. OLE color: 4919385.

HSL color Cylindrical-coordinate representation of color #59104B: hue angle of 311.51º 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 #59104B is Cyan = 0, Magento = 0.82, Yellow = 0.16 and Black (K on CMYK) = 0.65.

Color convert

RGB891675-
CMYK00.820.160.65
HSL311.51º69.52%20.59%-
HSV(B)311.51º82.02%34.9%-
XYZ5.5836.94-
YUV44.55145.18159.7-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 49.44%
GREEN value IS 16 (6.64% from 255) = 8.89%
BLUE value IS 75 (29.69% from 255) = 41.67%
R=49.44%
G=8.89%
B=41.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.16
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89167500.820.160.65311.5169.5220.59
Hex59104B05210411384615
Octal1312011301222010147010625
Binary101100110000100101101010010100001000001100111000100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59104B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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