#5C032C

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

Shades of Tyrian Purple #5C032C

Tints of Tyrian Purple #5C032C

Color information

#5C032C (or 0x5C032C) is unknown color: approx Tyrian Purple. HEX triplet: 5C, 03 and 2C. RGB value is (92,3,44). Sum of RGB (Red+Green+Blue) = 92+3+44=139 (18% of max value = 765). Red value is 92 (36.33% from 255 or 66.19% from 139); Green value is 3 (1.56% from 255 or 2.16% from 139); Blue value is 44 (17.58% from 255 or 31.65% from 139); Max value from RGB is 92 - color contains mainly: red. Hex color #5C032C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5C032C is #A3FCD3. Grayscale: #222222. Windows color (decimal): -10747092 or 2884444. OLE color: 2884444.

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

Color convert

RGB92344-
CMYK00.970.520.64
HSL332.36º93.68%18.63%-
HSV(B)332.36º96.74%36.08%-
XYZ4.92.522.61-
YUV34.28133.49169.17-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 66.19%
GREEN value IS 3 (1.56% from 255) = 2.16%
BLUE value IS 44 (17.58% from 255) = 31.65%
R=66.19%
G=2.16%
B=31.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.52
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal9234400.970.520.64332.3693.6818.63
Hex5C32C061344014c5e13
Octal13435401416410051413623
Binary101110011101100011000011101001000000101001100101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C032C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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