#58042C

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

Shades of Tyrian Purple #58042C

Tints of Tyrian Purple #58042C

Color information

#58042C (or 0x58042C) is unknown color: approx Tyrian Purple. HEX triplet: 58, 04 and 2C. RGB value is (88,4,44). Sum of RGB (Red+Green+Blue) = 88+4+44=136 (18% of max value = 765). Red value is 88 (34.77% from 255 or 64.71% from 136); Green value is 4 (1.95% from 255 or 2.94% from 136); Blue value is 44 (17.58% from 255 or 32.35% from 136); Max value from RGB is 88 - color contains mainly: red. Hex color #58042C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58042C is #A7FBD3. Grayscale: #212121. Windows color (decimal): -11008980 or 2884696. OLE color: 2884696.

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

Color convert

RGB88444-
CMYK00.950.50.65
HSL331.43º91.3%18.04%-
HSV(B)331.43º95.45%34.51%-
XYZ4.522.342.6-
YUV33.68133.83166.75-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 64.71%
GREEN value IS 4 (1.95% from 255) = 2.94%
BLUE value IS 44 (17.58% from 255) = 32.35%
R=64.71%
G=2.94%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.5
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8844400.950.50.65331.4391.318.04
Hex5842C05F324114b5b12
Octal13045401376210151313322
Binary1011000100101100010111111100101000001101001011101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58042C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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