#58054D

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

Shades of Tyrian Purple #58054D

Tints of Tyrian Purple #58054D

Color information

#58054D (or 0x58054D) is unknown color: approx Tyrian Purple. HEX triplet: 58, 05 and 4D. RGB value is (88,5,77). Sum of RGB (Red+Green+Blue) = 88+5+77=170 (22% of max value = 765). Red value is 88 (34.77% from 255 or 51.76% from 170); Green value is 5 (2.34% from 255 or 2.94% from 170); Blue value is 77 (30.47% from 255 or 45.29% from 170); Max value from RGB is 88 - color contains mainly: red. Hex color #58054D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #58054D is #A7FAB2. Grayscale: #252525. Windows color (decimal): -11008691 or 5047640. OLE color: 5047640.

HSL color Cylindrical-coordinate representation of color #58054D: hue angle of 307.95º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #58054D is Cyan = 0, Magento = 0.94, Yellow = 0.12 and Black (K on CMYK) = 0.65.

Color convert

RGB88577-
CMYK00.940.120.65
HSL307.95º89.25%18.24%-
HSV(B)307.95º94.32%34.51%-
XYZ5.422.727.26-
YUV38.02150163.65-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 51.76%
GREEN value IS 5 (2.34% from 255) = 2.94%
BLUE value IS 77 (30.47% from 255) = 45.29%
R=51.76%
G=2.94%
B=45.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.12
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8857700.940.120.65307.9589.2518.24
Hex5854D05EC411345912
Octal130511501361410146413122
Binary101100010110011010101111011001000001100110100101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58054D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,5,77); }

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

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

 a { background-color: rgb(88,5,77); }

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

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

 span { border-color: rgb(88,5,77); }

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