#58042E

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

Shades of Tyrian Purple #58042E

Tints of Tyrian Purple #58042E

Color information

#58042E (or 0x58042E) is unknown color: approx Tyrian Purple. HEX triplet: 58, 04 and 2E. RGB value is (88,4,46). Sum of RGB (Red+Green+Blue) = 88+4+46=138 (18% of max value = 765). Red value is 88 (34.77% from 255 or 63.77% from 138); Green value is 4 (1.95% from 255 or 2.90% from 138); Blue value is 46 (18.36% from 255 or 33.33% from 138); Max value from RGB is 88 - color contains mainly: red. Hex color #58042E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58042E is #A7FBD1. Grayscale: #212121. Windows color (decimal): -11008978 or 3015768. OLE color: 3015768.

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

Color convert

RGB88446-
CMYK00.950.480.65
HSL330º91.3%18.04%-
HSV(B)330º95.45%34.51%-
XYZ4.562.362.8-
YUV33.9134.83166.58-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 63.77%
GREEN value IS 4 (1.95% from 255) = 2.90%
BLUE value IS 46 (18.36% from 255) = 33.33%
R=63.77%
G=2.90%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.48
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8844600.950.480.6533091.318.04
Hex5842E05F304114a5b12
Octal13045601376010151213322
Binary1011000100101110010111111100001000001101001010101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58042E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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