#58052D

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

Shades of Tyrian Purple #58052D

Tints of Tyrian Purple #58052D

Color information

#58052D (or 0x58052D) is unknown color: approx Tyrian Purple. HEX triplet: 58, 05 and 2D. RGB value is (88,5,45). Sum of RGB (Red+Green+Blue) = 88+5+45=138 (18% of max value = 765). Red value is 88 (34.77% from 255 or 63.77% from 138); Green value is 5 (2.34% from 255 or 3.62% from 138); Blue value is 45 (17.97% from 255 or 32.61% from 138); Max value from RGB is 88 - color contains mainly: red. Hex color #58052D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58052D is #A7FAD2. Grayscale: #222222. Windows color (decimal): -11008723 or 2950488. OLE color: 2950488.

HSL color Cylindrical-coordinate representation of color #58052D: hue angle of 331.08º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #58052D is Cyan = 0, Magento = 0.94, Yellow = 0.49 and Black (K on CMYK) = 0.65.

Color convert

RGB88545-
CMYK00.940.490.65
HSL331.08º89.25%18.24%-
HSV(B)331.08º94.32%34.51%-
XYZ4.552.372.7-
YUV34.38134166.25-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 63.77%
GREEN value IS 5 (2.34% from 255) = 3.62%
BLUE value IS 45 (17.97% from 255) = 32.61%
R=63.77%
G=3.62%
B=32.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.49
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8854500.940.490.65331.0889.2518.24
Hex5852D05E314114b5912
Octal13055501366110151313122
Binary1011000101101101010111101100011000001101001011101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58052D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58052D; }

 p { color: rgb(88,5,45); }

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

<style>
 a { background-color: #58052D; }

 a { background-color: rgb(88,5,45); }

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

<style>
 span { border-color: #58052D; }

 span { border-color: rgb(88,5,45); }

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