#58053A

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

Shades of Tyrian Purple #58053A

Tints of Tyrian Purple #58053A

Color information

#58053A (or 0x58053A) is unknown color: approx Tyrian Purple. HEX triplet: 58, 05 and 3A. RGB value is (88,5,58). Sum of RGB (Red+Green+Blue) = 88+5+58=151 (20% of max value = 765). Red value is 88 (34.77% from 255 or 58.28% from 151); Green value is 5 (2.34% from 255 or 3.31% from 151); Blue value is 58 (23.05% from 255 or 38.41% from 151); Max value from RGB is 88 - color contains mainly: red. Hex color #58053A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58053A is #A7FAC5. Grayscale: #232323. Windows color (decimal): -11008710 or 3802456. OLE color: 3802456.

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

Color convert

RGB88558-
CMYK00.940.340.65
HSL321.69º89.25%18.24%-
HSV(B)321.69º94.32%34.51%-
XYZ4.842.494.23-
YUV35.86140.5165.19-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 58.28%
GREEN value IS 5 (2.34% from 255) = 3.31%
BLUE value IS 58 (23.05% from 255) = 38.41%
R=58.28%
G=3.31%
B=38.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.34
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8855800.940.340.65321.6989.2518.24
Hex5853A05E22411425912
Octal13057201364210150213122
Binary1011000101111010010111101000101000001101000010101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58053A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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