#58004C

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

Shades of Tyrian Purple #58004C

Tints of Tyrian Purple #58004C

Color information

#58004C (or 0x58004C) is unknown color: approx Tyrian Purple. HEX triplet: 58, 00 and 4C. RGB value is (88,0,76). Sum of RGB (Red+Green+Blue) = 88+0+76=164 (21% of max value = 765). Red value is 88 (34.77% from 255 or 53.66% from 164); Green value is 0 (0.39% from 255 or 0% from 164); Blue value is 76 (30.08% from 255 or 46.34% from 164); Max value from RGB is 88 - color contains mainly: red. Hex color #58004C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58004C is #A7FFB3. Grayscale: #222222. Windows color (decimal): -11009972 or 4980824. OLE color: 4980824.

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

Color convert

RGB88076-
CMYK010.140.65
HSL308.18º100%17.25%-
HSV(B)308.18º100%34.51%-
XYZ5.332.67.06-
YUV34.98151.15165.82-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 53.66%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 76 (30.08% from 255) = 46.34%
R=53.66%
G=0%
B=46.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.14
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88076010.140.65308.1810017.25
Hex5804C064E411346411
Octal130011401441610146414421
Binary1011000010011000110010011101000001100110100110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58004C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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