#58074C

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

Shades of Tyrian Purple #58074C

Tints of Tyrian Purple #58074C

Color information

#58074C (or 0x58074C) is unknown color: approx Tyrian Purple. HEX triplet: 58, 07 and 4C. RGB value is (88,7,76). Sum of RGB (Red+Green+Blue) = 88+7+76=171 (22% of max value = 765). Red value is 88 (34.77% from 255 or 51.46% from 171); Green value is 7 (3.12% from 255 or 4.09% from 171); Blue value is 76 (30.08% from 255 or 44.44% from 171); Max value from RGB is 88 - color contains mainly: red. Hex color #58074C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58074C is #A7F8B3. Grayscale: #262626. Windows color (decimal): -11008180 or 4982616. OLE color: 4982616.

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

Color convert

RGB88776-
CMYK00.920.140.65
HSL308.89º85.26%18.63%-
HSV(B)308.89º92.05%34.51%-
XYZ5.42.757.08-
YUV39.08148.84162.89-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 51.46%
GREEN value IS 7 (3.12% from 255) = 4.09%
BLUE value IS 76 (30.08% from 255) = 44.44%
R=51.46%
G=4.09%
B=44.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.14
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8877600.920.140.65308.8985.2618.63
Hex5874C05CE411355513
Octal130711401341610146512523
Binary101100011110011000101110011101000001100110101101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58074C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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