#58093E

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

Shades of Tyrian Purple #58093E

Tints of Tyrian Purple #58093E

Color information

#58093E (or 0x58093E) is unknown color: approx Tyrian Purple. HEX triplet: 58, 09 and 3E. RGB value is (88,9,62). Sum of RGB (Red+Green+Blue) = 88+9+62=159 (21% of max value = 765). Red value is 88 (34.77% from 255 or 55.35% from 159); Green value is 9 (3.91% from 255 or 5.66% from 159); Blue value is 62 (24.61% from 255 or 38.99% from 159); Max value from RGB is 88 - color contains mainly: red. Hex color #58093E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58093E is #A7F6C1. Grayscale: #262626. Windows color (decimal): -11007682 or 4065624. OLE color: 4065624.

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

Color convert

RGB88962-
CMYK00.900.300.65
HSL319.75º81.44%19.02%-
HSV(B)319.75º89.77%34.51%-
XYZ4.992.624.8-
YUV38.66141.17163.19-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 55.35%
GREEN value IS 9 (3.91% from 255) = 5.66%
BLUE value IS 62 (24.61% from 255) = 38.99%
R=55.35%
G=5.66%
B=38.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.30
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8896200.900.300.65319.7581.4419.02
Hex5893E05A1E411405113
Octal130117601323610150012123
Binary1011000100111111001011010111101000001101000000101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58093E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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