#58013D

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

Shades of Tyrian Purple #58013D

Tints of Tyrian Purple #58013D

Color information

#58013D (or 0x58013D) is unknown color: approx Tyrian Purple. HEX triplet: 58, 01 and 3D. RGB value is (88,1,61). Sum of RGB (Red+Green+Blue) = 88+1+61=150 (19% of max value = 765). Red value is 88 (34.77% from 255 or 58.67% from 150); Green value is 1 (0.78% from 255 or 0.67% from 150); Blue value is 61 (24.22% from 255 or 40.67% from 150); Max value from RGB is 88 - color contains mainly: red. Hex color #58013D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58013D is #A7FEC2. Grayscale: #212121. Windows color (decimal): -11009731 or 3998040. OLE color: 3998040.

HSL color Cylindrical-coordinate representation of color #58013D: hue angle of 318.62º 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 #58013D is Cyan = 0, Magento = 0.99, Yellow = 0.31 and Black (K on CMYK) = 0.65.

Color convert

RGB88161-
CMYK00.990.310.65
HSL318.62º97.75%17.45%-
HSV(B)318.62º98.86%34.51%-
XYZ4.882.434.63-
YUV33.85143.32166.62-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 58.67%
GREEN value IS 1 (0.78% from 255) = 0.67%
BLUE value IS 61 (24.22% from 255) = 40.67%
R=58.67%
G=0.67%
B=40.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.31
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8816100.990.310.65318.6297.7517.45
Hex5813D0631F4113f6211
Octal13017501433710147714221
Binary1011000111110101100011111111000001100111111110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58013D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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