#58074D

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

Shades of Tyrian Purple #58074D

Tints of Tyrian Purple #58074D

Color information

#58074D (or 0x58074D) is unknown color: approx Tyrian Purple. HEX triplet: 58, 07 and 4D. RGB value is (88,7,77). Sum of RGB (Red+Green+Blue) = 88+7+77=172 (22% of max value = 765). Red value is 88 (34.77% from 255 or 51.16% from 172); Green value is 7 (3.12% from 255 or 4.07% from 172); Blue value is 77 (30.47% from 255 or 44.77% from 172); Max value from RGB is 88 - color contains mainly: red. Hex color #58074D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #58074D is #A7F8B2. Grayscale: #272727. Windows color (decimal): -11008179 or 5048152. OLE color: 5048152.

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

Color convert

RGB88777-
CMYK00.920.120.65
HSL308.15º85.26%18.63%-
HSV(B)308.15º92.05%34.51%-
XYZ5.442.767.27-
YUV39.2149.34162.81-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 51.16%
GREEN value IS 7 (3.12% from 255) = 4.07%
BLUE value IS 77 (30.47% from 255) = 44.77%
R=51.16%
G=4.07%
B=44.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.12
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8877700.920.120.65308.1585.2618.63
Hex5874D05CC411345513
Octal130711501341410146412523
Binary101100011110011010101110011001000001100110100101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58074D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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