#58053C

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

Shades of Tyrian Purple #58053C

Tints of Tyrian Purple #58053C

Color information

#58053C (or 0x58053C) is unknown color: approx Tyrian Purple. HEX triplet: 58, 05 and 3C. RGB value is (88,5,60). Sum of RGB (Red+Green+Blue) = 88+5+60=153 (20% of max value = 765). Red value is 88 (34.77% from 255 or 57.52% from 153); Green value is 5 (2.34% from 255 or 3.27% from 153); Blue value is 60 (23.83% from 255 or 39.22% from 153); Max value from RGB is 88 - color contains mainly: red. Hex color #58053C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58053C is #A7FAC3. Grayscale: #232323. Windows color (decimal): -11008708 or 3933528. OLE color: 3933528.

HSL color Cylindrical-coordinate representation of color #58053C: hue angle of 320.24º 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 #58053C is Cyan = 0, Magento = 0.94, Yellow = 0.32 and Black (K on CMYK) = 0.65.

Color convert

RGB88560-
CMYK00.940.320.65
HSL320.24º89.25%18.24%-
HSV(B)320.24º94.32%34.51%-
XYZ4.892.514.5-
YUV36.09141.5165.03-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 57.52%
GREEN value IS 5 (2.34% from 255) = 3.27%
BLUE value IS 60 (23.83% from 255) = 39.22%
R=57.52%
G=3.27%
B=39.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.32
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8856000.940.320.65320.2489.2518.24
Hex5853C05E20411405912
Octal13057401364010150013122
Binary1011000101111100010111101000001000001101000000101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58053C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58053C; }

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

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

<style>
 a { background-color: #58053C; }

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

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

<style>
 span { border-color: #58053C; }

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

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