#58043B

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

Shades of Tyrian Purple #58043B

Tints of Tyrian Purple #58043B

Color information

#58043B (or 0x58043B) is unknown color: approx Tyrian Purple. HEX triplet: 58, 04 and 3B. RGB value is (88,4,59). Sum of RGB (Red+Green+Blue) = 88+4+59=151 (20% of max value = 765). Red value is 88 (34.77% from 255 or 58.28% from 151); Green value is 4 (1.95% from 255 or 2.65% from 151); Blue value is 59 (23.44% from 255 or 39.07% from 151); Max value from RGB is 88 - color contains mainly: red. Hex color #58043B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58043B is #A7FBC4. Grayscale: #232323. Windows color (decimal): -11008965 or 3867736. OLE color: 3867736.

HSL color Cylindrical-coordinate representation of color #58043B: hue angle of 320.71º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #58043B is Cyan = 0, Magento = 0.95, Yellow = 0.33 and Black (K on CMYK) = 0.65.

Color convert

RGB88459-
CMYK00.950.330.65
HSL320.71º91.3%18.04%-
HSV(B)320.71º95.45%34.51%-
XYZ4.862.484.36-
YUV35.39141.33165.53-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 58.28%
GREEN value IS 4 (1.95% from 255) = 2.65%
BLUE value IS 59 (23.44% from 255) = 39.07%
R=58.28%
G=2.65%
B=39.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.33
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8845900.950.330.65320.7191.318.04
Hex5843B05F21411415b12
Octal13047301374110150113322
Binary1011000100111011010111111000011000001101000001101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58043B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,4,59); }

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

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

 a { background-color: rgb(88,4,59); }

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

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

 span { border-color: rgb(88,4,59); }

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