#58042A

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

Shades of Tyrian Purple #58042A

Tints of Tyrian Purple #58042A

Color information

#58042A (or 0x58042A) is unknown color: approx Tyrian Purple. HEX triplet: 58, 04 and 2A. RGB value is (88,4,42). Sum of RGB (Red+Green+Blue) = 88+4+42=134 (17% of max value = 765). Red value is 88 (34.77% from 255 or 65.67% from 134); Green value is 4 (1.95% from 255 or 2.99% from 134); Blue value is 42 (16.80% from 255 or 31.34% from 134); Max value from RGB is 88 - color contains mainly: red. Hex color #58042A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58042A is #A7FBD5. Grayscale: #212121. Windows color (decimal): -11008982 or 2753624. OLE color: 2753624.

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

Color convert

RGB88442-
CMYK00.950.520.65
HSL332.86º91.3%18.04%-
HSV(B)332.86º95.45%34.51%-
XYZ4.492.332.4-
YUV33.45132.83166.91-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 65.67%
GREEN value IS 4 (1.95% from 255) = 2.99%
BLUE value IS 42 (16.80% from 255) = 31.34%
R=65.67%
G=2.99%
B=31.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.52
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8844200.950.520.65332.8691.318.04
Hex5842A05F344114d5b12
Octal13045201376410151513322
Binary1011000100101010010111111101001000001101001101101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58042A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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