#58093B

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

Shades of Tyrian Purple #58093B

Tints of Tyrian Purple #58093B

Color information

#58093B (or 0x58093B) is unknown color: approx Tyrian Purple. HEX triplet: 58, 09 and 3B. RGB value is (88,9,59). Sum of RGB (Red+Green+Blue) = 88+9+59=156 (20% of max value = 765). Red value is 88 (34.77% from 255 or 56.41% from 156); Green value is 9 (3.91% from 255 or 5.77% from 156); Blue value is 59 (23.44% from 255 or 37.82% from 156); Max value from RGB is 88 - color contains mainly: red. Hex color #58093B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58093B is #A7F6C4. Grayscale: #262626. Windows color (decimal): -11007685 or 3869016. OLE color: 3869016.

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

Color convert

RGB88959-
CMYK00.900.330.65
HSL322.03º81.44%19.02%-
HSV(B)322.03º89.77%34.51%-
XYZ4.912.594.38-
YUV38.32139.67163.43-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 56.41%
GREEN value IS 9 (3.91% from 255) = 5.77%
BLUE value IS 59 (23.44% from 255) = 37.82%
R=56.41%
G=5.77%
B=37.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.33
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8895900.900.330.65322.0381.4419.02
Hex5893B05A21411425113
Octal130117301324110150212123
Binary10110001001111011010110101000011000001101000010101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58093B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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