#58092E

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

Shades of Tyrian Purple #58092E

Tints of Tyrian Purple #58092E

Color information

#58092E (or 0x58092E) is unknown color: approx Tyrian Purple. HEX triplet: 58, 09 and 2E. RGB value is (88,9,46). Sum of RGB (Red+Green+Blue) = 88+9+46=143 (18% of max value = 765). Red value is 88 (34.77% from 255 or 61.54% from 143); Green value is 9 (3.91% from 255 or 6.29% from 143); Blue value is 46 (18.36% from 255 or 32.17% from 143); Max value from RGB is 88 - color contains mainly: red. Hex color #58092E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58092E is #A7F6D1. Grayscale: #242424. Windows color (decimal): -11007698 or 3017048. OLE color: 3017048.

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

Color convert

RGB88946-
CMYK00.900.480.65
HSL331.9º81.44%19.02%-
HSV(B)331.9º89.77%34.51%-
XYZ4.622.472.82-
YUV36.84133.17164.49-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 61.54%
GREEN value IS 9 (3.91% from 255) = 6.29%
BLUE value IS 46 (18.36% from 255) = 32.17%
R=61.54%
G=6.29%
B=32.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.48
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8894600.900.480.65331.981.4419.02
Hex5892E05A304114c5113
Octal130115601326010151412123
Binary10110001001101110010110101100001000001101001100101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58092E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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