#5C093C

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

Shades of Tyrian Purple #5C093C

Tints of Tyrian Purple #5C093C

Color information

#5C093C (or 0x5C093C) is unknown color: approx Tyrian Purple. HEX triplet: 5C, 09 and 3C. RGB value is (92,9,60). Sum of RGB (Red+Green+Blue) = 92+9+60=161 (21% of max value = 765). Red value is 92 (36.33% from 255 or 57.14% from 161); Green value is 9 (3.91% from 255 or 5.59% from 161); Blue value is 60 (23.83% from 255 or 37.27% from 161); Max value from RGB is 92 - color contains mainly: red. Hex color #5C093C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5C093C is #A3F6C3. Grayscale: #272727. Windows color (decimal): -10745540 or 3934556. OLE color: 3934556.

HSL color Cylindrical-coordinate representation of color #5C093C: hue angle of 323.13º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5C093C is Cyan = 0, Magento = 0.90, Yellow = 0.35 and Black (K on CMYK) = 0.64.

Color convert

RGB92960-
CMYK00.900.350.64
HSL323.13º82.18%19.8%-
HSV(B)323.13º90.22%36.08%-
XYZ5.332.84.53-
YUV39.63139.5165.35-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 57.14%
GREEN value IS 9 (3.91% from 255) = 5.59%
BLUE value IS 60 (23.83% from 255) = 37.27%
R=57.14%
G=5.59%
B=37.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.35
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal9296000.900.350.64323.1382.1819.8
Hex5C93C05A23401435214
Octal134117401324310050312224
Binary10111001001111100010110101000111000000101000011101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C093C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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