#58054A

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

Shades of Tyrian Purple #58054A

Tints of Tyrian Purple #58054A

Color information

#58054A (or 0x58054A) is unknown color: approx Tyrian Purple. HEX triplet: 58, 05 and 4A. RGB value is (88,5,74). Sum of RGB (Red+Green+Blue) = 88+5+74=167 (22% of max value = 765). Red value is 88 (34.77% from 255 or 52.69% from 167); Green value is 5 (2.34% from 255 or 2.99% from 167); Blue value is 74 (29.30% from 255 or 44.31% from 167); Max value from RGB is 88 - color contains mainly: red. Hex color #58054A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58054A is #A7FAB5. Grayscale: #252525. Windows color (decimal): -11008694 or 4851032. OLE color: 4851032.

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

Color convert

RGB88574-
CMYK00.940.160.65
HSL310.12º89.25%18.24%-
HSV(B)310.12º94.32%34.51%-
XYZ5.312.686.72-
YUV37.68148.5163.89-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 52.69%
GREEN value IS 5 (2.34% from 255) = 2.99%
BLUE value IS 74 (29.30% from 255) = 44.31%
R=52.69%
G=2.99%
B=44.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.16
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8857400.940.160.65310.1289.2518.24
Hex5854A05E10411365912
Octal130511201362010146613122
Binary1011000101100101001011110100001000001100110110101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58054A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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