#58072C

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

Shades of Tyrian Purple #58072C

Tints of Tyrian Purple #58072C

Color information

#58072C (or 0x58072C) is unknown color: approx Tyrian Purple. HEX triplet: 58, 07 and 2C. RGB value is (88,7,44). Sum of RGB (Red+Green+Blue) = 88+7+44=139 (18% of max value = 765). Red value is 88 (34.77% from 255 or 63.31% from 139); Green value is 7 (3.12% from 255 or 5.04% from 139); Blue value is 44 (17.58% from 255 or 31.65% from 139); Max value from RGB is 88 - color contains mainly: red. Hex color #58072C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58072C is #A7F8D3. Grayscale: #232323. Windows color (decimal): -11008212 or 2885464. OLE color: 2885464.

HSL color Cylindrical-coordinate representation of color #58072C: hue angle of 332.59º degrees, saturation: 0.85, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #58072C is Cyan = 0, Magento = 0.92, Yellow = 0.5 and Black (K on CMYK) = 0.65.

Color convert

RGB88744-
CMYK00.920.50.65
HSL332.59º85.26%18.63%-
HSV(B)332.59º92.05%34.51%-
XYZ4.562.412.61-
YUV35.44132.84165.49-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 63.31%
GREEN value IS 7 (3.12% from 255) = 5.04%
BLUE value IS 44 (17.58% from 255) = 31.65%
R=63.31%
G=5.04%
B=31.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.5
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8874400.920.50.65332.5985.2618.63
Hex5872C05C324114d5513
Octal13075401346210151512523
Binary1011000111101100010111001100101000001101001101101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58072C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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