#5C0346

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

Shades of Tyrian Purple #5C0346

Tints of Tyrian Purple #5C0346

Color information

#5C0346 (or 0x5C0346) is unknown color: approx Tyrian Purple. HEX triplet: 5C, 03 and 46. RGB value is (92,3,70). Sum of RGB (Red+Green+Blue) = 92+3+70=165 (21% of max value = 765). Red value is 92 (36.33% from 255 or 55.76% from 165); Green value is 3 (1.56% from 255 or 1.82% from 165); Blue value is 70 (27.73% from 255 or 42.42% from 165); Max value from RGB is 92 - color contains mainly: red. Hex color #5C0346 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5C0346 is #A3FCB9. Grayscale: #252525. Windows color (decimal): -10747066 or 4588380. OLE color: 4588380.

HSL color Cylindrical-coordinate representation of color #5C0346: hue angle of 314.83º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5C0346 is Cyan = 0, Magento = 0.97, Yellow = 0.24 and Black (K on CMYK) = 0.64.

Color convert

RGB92370-
CMYK00.970.240.64
HSL314.83º93.68%18.63%-
HSV(B)314.83º96.74%36.08%-
XYZ5.552.786.04-
YUV37.25146.49167.05-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 55.76%
GREEN value IS 3 (1.56% from 255) = 1.82%
BLUE value IS 70 (27.73% from 255) = 42.42%
R=55.76%
G=1.82%
B=42.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.24
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal9237000.970.240.64314.8393.6818.63
Hex5C346061184013b5e13
Octal134310601413010047313623
Binary101110011100011001100001110001000000100111011101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C0346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,3,70); }

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

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

 a { background-color: rgb(92,3,70); }

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

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

 span { border-color: rgb(92,3,70); }

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