#58093A

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

Shades of Tyrian Purple #58093A

Tints of Tyrian Purple #58093A

Color information

#58093A (or 0x58093A) is unknown color: approx Tyrian Purple. HEX triplet: 58, 09 and 3A. RGB value is (88,9,58). Sum of RGB (Red+Green+Blue) = 88+9+58=155 (20% of max value = 765). Red value is 88 (34.77% from 255 or 56.77% from 155); Green value is 9 (3.91% from 255 or 5.81% from 155); Blue value is 58 (23.05% from 255 or 37.42% from 155); Max value from RGB is 88 - color contains mainly: red. Hex color #58093A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58093A is #A7F6C5. Grayscale: #262626. Windows color (decimal): -11007686 or 3803480. OLE color: 3803480.

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

Color convert

RGB88958-
CMYK00.900.340.65
HSL322.78º81.44%19.02%-
HSV(B)322.78º89.77%34.51%-
XYZ4.892.584.24-
YUV38.21139.17163.52-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 56.77%
GREEN value IS 9 (3.91% from 255) = 5.81%
BLUE value IS 58 (23.05% from 255) = 37.42%
R=56.77%
G=5.81%
B=37.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.34
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8895800.900.340.65322.7881.4419.02
Hex5893A05A22411435113
Octal130117201324210150312123
Binary10110001001111010010110101000101000001101000011101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58093A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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