#58013A

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

Shades of Tyrian Purple #58013A

Tints of Tyrian Purple #58013A

Color information

#58013A (or 0x58013A) is unknown color: approx Tyrian Purple. HEX triplet: 58, 01 and 3A. RGB value is (88,1,58). Sum of RGB (Red+Green+Blue) = 88+1+58=147 (19% of max value = 765). Red value is 88 (34.77% from 255 or 59.86% from 147); Green value is 1 (0.78% from 255 or 0.68% from 147); Blue value is 58 (23.05% from 255 or 39.46% from 147); Max value from RGB is 88 - color contains mainly: red. Hex color #58013A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58013A is #A7FEC5. Grayscale: #212121. Windows color (decimal): -11009734 or 3801432. OLE color: 3801432.

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

Color convert

RGB88158-
CMYK00.990.340.65
HSL320.69º97.75%17.45%-
HSV(B)320.69º98.86%34.51%-
XYZ4.82.44.21-
YUV33.51141.82166.87-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 59.86%
GREEN value IS 1 (0.78% from 255) = 0.68%
BLUE value IS 58 (23.05% from 255) = 39.46%
R=59.86%
G=0.68%
B=39.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.34
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8815800.990.340.65320.6997.7517.45
Hex5813A06322411416211
Octal13017201434210150114221
Binary10110001111010011000111000101000001101000001110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58013A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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