#5A093C

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

Shades of Tyrian Purple #5A093C

Tints of Tyrian Purple #5A093C

Color information

#5A093C (or 0x5A093C) is unknown color: approx Tyrian Purple. HEX triplet: 5A, 09 and 3C. RGB value is (90,9,60). Sum of RGB (Red+Green+Blue) = 90+9+60=159 (21% of max value = 765). Red value is 90 (35.55% from 255 or 56.60% from 159); Green value is 9 (3.91% from 255 or 5.66% from 159); Blue value is 60 (23.83% from 255 or 37.74% from 159); Max value from RGB is 90 - color contains mainly: red. Hex color #5A093C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A093C is #A5F6C3. Grayscale: #262626. Windows color (decimal): -10876612 or 3934554. OLE color: 3934554.

HSL color Cylindrical-coordinate representation of color #5A093C: hue angle of 322.22º degrees, saturation: 0.82, 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 #5A093C is Cyan = 0, Magento = 0.9, Yellow = 0.33 and Black (K on CMYK) = 0.65.

Color convert

RGB90960-
CMYK00.90.330.65
HSL322.22º81.82%19.41%-
HSV(B)322.22º90%35.29%-
XYZ5.132.74.52-
YUV39.03139.84164.35-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 56.60%
GREEN value IS 9 (3.91% from 255) = 5.66%
BLUE value IS 60 (23.83% from 255) = 37.74%
R=56.60%
G=5.66%
B=37.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.9
Y (Yellow) values IS 0.33
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal9096000.90.330.65322.2281.8219.41
Hex5A93C05A21411425213
Octal132117401324110150212223
Binary10110101001111100010110101000011000001101000010101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A093C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5A093C; }

 p { color: rgb(90,9,60); }

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

<style>
 a { background-color: #5A093C; }

 a { background-color: rgb(90,9,60); }

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

<style>
 span { border-color: #5A093C; }

 span { border-color: rgb(90,9,60); }

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