#58004B

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

Shades of Tyrian Purple #58004B

Tints of Tyrian Purple #58004B

Color information

#58004B (or 0x58004B) is unknown color: approx Tyrian Purple. HEX triplet: 58, 00 and 4B. RGB value is (88,0,75). Sum of RGB (Red+Green+Blue) = 88+0+75=163 (21% of max value = 765). Red value is 88 (34.77% from 255 or 53.99% from 163); Green value is 0 (0.39% from 255 or 0% from 163); Blue value is 75 (29.69% from 255 or 46.01% from 163); Max value from RGB is 88 - color contains mainly: red. Hex color #58004B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58004B is #A7FFB4. Grayscale: #222222. Windows color (decimal): -11009973 or 4915288. OLE color: 4915288.

HSL color Cylindrical-coordinate representation of color #58004B: hue angle of 308.86º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #58004B is Cyan = 0, Magento = 1, Yellow = 0.15 and Black (K on CMYK) = 0.65.

Color convert

RGB88075-
CMYK010.150.65
HSL308.86º100%17.25%-
HSV(B)308.86º100%34.51%-
XYZ5.292.586.88-
YUV34.86150.65165.9-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 53.99%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 75 (29.69% from 255) = 46.01%
R=53.99%
G=0%
B=46.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.15
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88075010.150.65308.8610017.25
Hex5804B064F411356411
Octal130011301441710146514421
Binary1011000010010110110010011111000001100110101110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58004B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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