#58094E

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

Shades of Tyrian Purple #58094E

Tints of Tyrian Purple #58094E

Color information

#58094E (or 0x58094E) is unknown color: approx Tyrian Purple. HEX triplet: 58, 09 and 4E. RGB value is (88,9,78). Sum of RGB (Red+Green+Blue) = 88+9+78=175 (23% of max value = 765). Red value is 88 (34.77% from 255 or 50.29% from 175); Green value is 9 (3.91% from 255 or 5.14% from 175); Blue value is 78 (30.86% from 255 or 44.57% from 175); Max value from RGB is 88 - color contains mainly: red. Hex color #58094E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #58094E is #A7F6B1. Grayscale: #282828. Windows color (decimal): -11007666 or 5114200. OLE color: 5114200.

HSL color Cylindrical-coordinate representation of color #58094E: hue angle of 307.59º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #58094E is Cyan = 0, Magento = 0.90, Yellow = 0.11 and Black (K on CMYK) = 0.65.

Color convert

RGB88978-
CMYK00.900.110.65
HSL307.59º81.44%19.02%-
HSV(B)307.59º89.77%34.51%-
XYZ5.52.827.46-
YUV40.49149.17161.89-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 50.29%
GREEN value IS 9 (3.91% from 255) = 5.14%
BLUE value IS 78 (30.86% from 255) = 44.57%
R=50.29%
G=5.14%
B=44.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.11
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8897800.900.110.65307.5981.4419.02
Hex5894E05AB411345113
Octal1301111601321310146412123
Binary1011000100110011100101101010111000001100110100101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58094E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,9,78); }

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

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

 a { background-color: rgb(88,9,78); }

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

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

 span { border-color: rgb(88,9,78); }

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