#58043A

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

Shades of Tyrian Purple #58043A

Tints of Tyrian Purple #58043A

Color information

#58043A (or 0x58043A) is unknown color: approx Tyrian Purple. HEX triplet: 58, 04 and 3A. RGB value is (88,4,58). Sum of RGB (Red+Green+Blue) = 88+4+58=150 (19% of max value = 765). Red value is 88 (34.77% from 255 or 58.67% from 150); Green value is 4 (1.95% from 255 or 2.67% from 150); Blue value is 58 (23.05% from 255 or 38.67% from 150); Max value from RGB is 88 - color contains mainly: red. Hex color #58043A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58043A is #A7FBC5. Grayscale: #232323. Windows color (decimal): -11008966 or 3802200. OLE color: 3802200.

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

Color convert

RGB88458-
CMYK00.950.340.65
HSL321.43º91.3%18.04%-
HSV(B)321.43º95.45%34.51%-
XYZ4.832.474.22-
YUV35.27140.83165.61-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 58.67%
GREEN value IS 4 (1.95% from 255) = 2.67%
BLUE value IS 58 (23.05% from 255) = 38.67%
R=58.67%
G=2.67%
B=38.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.34
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8845800.950.340.65321.4391.318.04
Hex5843A05F22411415b12
Octal13047201374210150113322
Binary1011000100111010010111111000101000001101000001101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58043A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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