#58072E

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

Shades of Tyrian Purple #58072E

Tints of Tyrian Purple #58072E

Color information

#58072E (or 0x58072E) is unknown color: approx Tyrian Purple. HEX triplet: 58, 07 and 2E. RGB value is (88,7,46). Sum of RGB (Red+Green+Blue) = 88+7+46=141 (18% of max value = 765). Red value is 88 (34.77% from 255 or 62.41% from 141); Green value is 7 (3.12% from 255 or 4.96% from 141); Blue value is 46 (18.36% from 255 or 32.62% from 141); Max value from RGB is 88 - color contains mainly: red. Hex color #58072E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58072E is #A7F8D1. Grayscale: #232323. Windows color (decimal): -11008210 or 3016536. OLE color: 3016536.

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

Color convert

RGB88746-
CMYK00.920.480.65
HSL331.11º85.26%18.63%-
HSV(B)331.11º92.05%34.51%-
XYZ4.592.422.81-
YUV35.66133.84165.33-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 62.41%
GREEN value IS 7 (3.12% from 255) = 4.96%
BLUE value IS 46 (18.36% from 255) = 32.62%
R=62.41%
G=4.96%
B=32.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.48
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8874600.920.480.65331.1185.2618.63
Hex5872E05C304114b5513
Octal13075601346010151312523
Binary1011000111101110010111001100001000001101001011101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58072E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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