#58013C

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

Shades of Tyrian Purple #58013C

Tints of Tyrian Purple #58013C

Color information

#58013C (or 0x58013C) is unknown color: approx Tyrian Purple. HEX triplet: 58, 01 and 3C. RGB value is (88,1,60). Sum of RGB (Red+Green+Blue) = 88+1+60=149 (19% of max value = 765). Red value is 88 (34.77% from 255 or 59.06% from 149); Green value is 1 (0.78% from 255 or 0.67% from 149); Blue value is 60 (23.83% from 255 or 40.27% from 149); Max value from RGB is 88 - color contains mainly: red. Hex color #58013C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58013C is #A7FEC3. Grayscale: #212121. Windows color (decimal): -11009732 or 3932504. OLE color: 3932504.

HSL color Cylindrical-coordinate representation of color #58013C: hue angle of 319.31º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #58013C is Cyan = 0, Magento = 0.99, Yellow = 0.32 and Black (K on CMYK) = 0.65.

Color convert

RGB88160-
CMYK00.990.320.65
HSL319.31º97.75%17.45%-
HSV(B)319.31º98.86%34.51%-
XYZ4.852.424.49-
YUV33.74142.82166.7-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 59.06%
GREEN value IS 1 (0.78% from 255) = 0.67%
BLUE value IS 60 (23.83% from 255) = 40.27%
R=59.06%
G=0.67%
B=40.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.32
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8816000.990.320.65319.3197.7517.45
Hex5813C063204113f6211
Octal13017401434010147714221
Binary10110001111100011000111000001000001100111111110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58013C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,1,60); }

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

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

 a { background-color: rgb(88,1,60); }

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

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

 span { border-color: rgb(88,1,60); }

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