#58052B

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

Shades of Tyrian Purple #58052B

Tints of Tyrian Purple #58052B

Color information

#58052B (or 0x58052B) is unknown color: approx Tyrian Purple. HEX triplet: 58, 05 and 2B. RGB value is (88,5,43). Sum of RGB (Red+Green+Blue) = 88+5+43=136 (18% of max value = 765). Red value is 88 (34.77% from 255 or 64.71% from 136); Green value is 5 (2.34% from 255 or 3.68% from 136); Blue value is 43 (17.19% from 255 or 31.62% from 136); Max value from RGB is 88 - color contains mainly: red. Hex color #58052B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58052B is #A7FAD4. Grayscale: #222222. Windows color (decimal): -11008725 or 2819416. OLE color: 2819416.

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

Color convert

RGB88543-
CMYK00.940.510.65
HSL332.53º89.25%18.24%-
HSV(B)332.53º94.32%34.51%-
XYZ4.512.362.5-
YUV34.15133166.41-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 64.71%
GREEN value IS 5 (2.34% from 255) = 3.68%
BLUE value IS 43 (17.19% from 255) = 31.62%
R=64.71%
G=3.68%
B=31.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.51
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8854300.940.510.65332.5389.2518.24
Hex5852B05E334114d5912
Octal13055301366310151513122
Binary1011000101101011010111101100111000001101001101101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58052B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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