#58073E

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

Shades of Tyrian Purple #58073E

Tints of Tyrian Purple #58073E

Color information

#58073E (or 0x58073E) is unknown color: approx Tyrian Purple. HEX triplet: 58, 07 and 3E. RGB value is (88,7,62). Sum of RGB (Red+Green+Blue) = 88+7+62=157 (20% of max value = 765). Red value is 88 (34.77% from 255 or 56.05% from 157); Green value is 7 (3.12% from 255 or 4.46% from 157); Blue value is 62 (24.61% from 255 or 39.49% from 157); Max value from RGB is 88 - color contains mainly: red. Hex color #58073E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58073E is #A7F8C1. Grayscale: #252525. Windows color (decimal): -11008194 or 4065112. OLE color: 4065112.

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

Color convert

RGB88762-
CMYK00.920.300.65
HSL319.26º85.26%18.63%-
HSV(B)319.26º92.05%34.51%-
XYZ4.972.574.79-
YUV37.49141.84164.03-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 56.05%
GREEN value IS 7 (3.12% from 255) = 4.46%
BLUE value IS 62 (24.61% from 255) = 39.49%
R=56.05%
G=4.46%
B=39.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.30
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8876200.920.300.65319.2685.2618.63
Hex5873E05C1E4113f5513
Octal13077601343610147712523
Binary101100011111111001011100111101000001100111111101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58073E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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