#58052C

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

Shades of Tyrian Purple #58052C

Tints of Tyrian Purple #58052C

Color information

#58052C (or 0x58052C) is unknown color: approx Tyrian Purple. HEX triplet: 58, 05 and 2C. RGB value is (88,5,44). Sum of RGB (Red+Green+Blue) = 88+5+44=137 (18% of max value = 765). Red value is 88 (34.77% from 255 or 64.23% from 137); Green value is 5 (2.34% from 255 or 3.65% from 137); Blue value is 44 (17.58% from 255 or 32.12% from 137); Max value from RGB is 88 - color contains mainly: red. Hex color #58052C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58052C is #A7FAD3. Grayscale: #222222. Windows color (decimal): -11008724 or 2884952. OLE color: 2884952.

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

Color convert

RGB88544-
CMYK00.940.50.65
HSL331.81º89.25%18.24%-
HSV(B)331.81º94.32%34.51%-
XYZ4.532.372.6-
YUV34.26133.5166.33-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 64.23%
GREEN value IS 5 (2.34% from 255) = 3.65%
BLUE value IS 44 (17.58% from 255) = 32.12%
R=64.23%
G=3.65%
B=32.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.5
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8854400.940.50.65331.8189.2518.24
Hex5852C05E324114c5912
Octal13055401366210151413122
Binary1011000101101100010111101100101000001101001100101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58052C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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