#58093D

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

Shades of Tyrian Purple #58093D

Tints of Tyrian Purple #58093D

Color information

#58093D (or 0x58093D) is unknown color: approx Tyrian Purple. HEX triplet: 58, 09 and 3D. RGB value is (88,9,61). Sum of RGB (Red+Green+Blue) = 88+9+61=158 (20% of max value = 765). Red value is 88 (34.77% from 255 or 55.70% from 158); Green value is 9 (3.91% from 255 or 5.70% from 158); Blue value is 61 (24.22% from 255 or 38.61% from 158); Max value from RGB is 88 - color contains mainly: red. Hex color #58093D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58093D is #A7F6C2. Grayscale: #262626. Windows color (decimal): -11007683 or 4000088. OLE color: 4000088.

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

Color convert

RGB88961-
CMYK00.900.310.65
HSL320.51º81.44%19.02%-
HSV(B)320.51º89.77%34.51%-
XYZ4.962.614.66-
YUV38.55140.67163.27-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 55.70%
GREEN value IS 9 (3.91% from 255) = 5.70%
BLUE value IS 61 (24.22% from 255) = 38.61%
R=55.70%
G=5.70%
B=38.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.31
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8896100.900.310.65320.5181.4419.02
Hex5893D05A1F411415113
Octal130117501323710150112123
Binary1011000100111110101011010111111000001101000001101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58093D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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