#5C093A

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

Shades of Tyrian Purple #5C093A

Tints of Tyrian Purple #5C093A

Color information

#5C093A (or 0x5C093A) is unknown color: approx Tyrian Purple. HEX triplet: 5C, 09 and 3A. RGB value is (92,9,58). Sum of RGB (Red+Green+Blue) = 92+9+58=159 (21% of max value = 765). Red value is 92 (36.33% from 255 or 57.86% from 159); Green value is 9 (3.91% from 255 or 5.66% from 159); Blue value is 58 (23.05% from 255 or 36.48% from 159); Max value from RGB is 92 - color contains mainly: red. Hex color #5C093A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5C093A is #A3F6C5. Grayscale: #272727. Windows color (decimal): -10745542 or 3803484. OLE color: 3803484.

HSL color Cylindrical-coordinate representation of color #5C093A: hue angle of 324.58º 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 #5C093A is Cyan = 0, Magento = 0.90, Yellow = 0.37 and Black (K on CMYK) = 0.64.

Color convert

RGB92958-
CMYK00.900.370.64
HSL324.58º82.18%19.8%-
HSV(B)324.58º90.22%36.08%-
XYZ5.282.784.26-
YUV39.4138.5165.52-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 57.86%
GREEN value IS 9 (3.91% from 255) = 5.66%
BLUE value IS 58 (23.05% from 255) = 36.48%
R=57.86%
G=5.66%
B=36.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.37
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal9295800.900.370.64324.5882.1819.8
Hex5C93A05A25401455214
Octal134117201324510050512224
Binary10111001001111010010110101001011000000101000101101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C093A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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