#58073D

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

Shades of Tyrian Purple #58073D

Tints of Tyrian Purple #58073D

Color information

#58073D (or 0x58073D) is unknown color: approx Tyrian Purple. HEX triplet: 58, 07 and 3D. RGB value is (88,7,61). Sum of RGB (Red+Green+Blue) = 88+7+61=156 (20% of max value = 765). Red value is 88 (34.77% from 255 or 56.41% from 156); Green value is 7 (3.12% from 255 or 4.49% from 156); Blue value is 61 (24.22% from 255 or 39.10% from 156); Max value from RGB is 88 - color contains mainly: red. Hex color #58073D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58073D is #A7F8C2. Grayscale: #252525. Windows color (decimal): -11008195 or 3999576. OLE color: 3999576.

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

Color convert

RGB88761-
CMYK00.920.310.65
HSL320º85.26%18.63%-
HSV(B)320º92.05%34.51%-
XYZ4.942.564.65-
YUV37.38141.34164.11-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 56.41%
GREEN value IS 7 (3.12% from 255) = 4.49%
BLUE value IS 61 (24.22% from 255) = 39.10%
R=56.41%
G=4.49%
B=39.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.31
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8876100.920.310.6532085.2618.63
Hex5873D05C1F411405513
Octal13077501343710150012523
Binary101100011111110101011100111111000001101000000101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58073D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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