#58054B

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

Shades of Tyrian Purple #58054B

Tints of Tyrian Purple #58054B

Color information

#58054B (or 0x58054B) is unknown color: approx Tyrian Purple. HEX triplet: 58, 05 and 4B. RGB value is (88,5,75). Sum of RGB (Red+Green+Blue) = 88+5+75=168 (22% of max value = 765). Red value is 88 (34.77% from 255 or 52.38% from 168); Green value is 5 (2.34% from 255 or 2.98% from 168); Blue value is 75 (29.69% from 255 or 44.64% from 168); Max value from RGB is 88 - color contains mainly: red. Hex color #58054B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58054B is #A7FAB4. Grayscale: #252525. Windows color (decimal): -11008693 or 4916568. OLE color: 4916568.

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

Color convert

RGB88575-
CMYK00.940.150.65
HSL309.4º89.25%18.24%-
HSV(B)309.4º94.32%34.51%-
XYZ5.352.696.89-
YUV37.8149163.81-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 52.38%
GREEN value IS 5 (2.34% from 255) = 2.98%
BLUE value IS 75 (29.69% from 255) = 44.64%
R=52.38%
G=2.98%
B=44.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.15
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8857500.940.150.65309.489.2518.24
Hex5854B05EF411355912
Octal130511301361710146513122
Binary101100010110010110101111011111000001100110101101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58054B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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