#5C042E

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

Shades of Tyrian Purple #5C042E

Tints of Tyrian Purple #5C042E

Color information

#5C042E (or 0x5C042E) is unknown color: approx Tyrian Purple. HEX triplet: 5C, 04 and 2E. RGB value is (92,4,46). Sum of RGB (Red+Green+Blue) = 92+4+46=142 (18% of max value = 765). Red value is 92 (36.33% from 255 or 64.79% from 142); Green value is 4 (1.95% from 255 or 2.82% from 142); Blue value is 46 (18.36% from 255 or 32.39% from 142); Max value from RGB is 92 - color contains mainly: red. Hex color #5C042E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5C042E is #A3FBD1. Grayscale: #232323. Windows color (decimal): -10746834 or 3015772. OLE color: 3015772.

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

Color convert

RGB92446-
CMYK00.960.500.64
HSL331.36º91.67%18.82%-
HSV(B)331.36º95.65%36.08%-
XYZ4.952.562.82-
YUV35.1134.15168.58-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 64.79%
GREEN value IS 4 (1.95% from 255) = 2.82%
BLUE value IS 46 (18.36% from 255) = 32.39%
R=64.79%
G=2.82%
B=32.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.50
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal9244600.960.500.64331.3691.6718.82
Hex5C42E060324014b5c13
Octal13445601406210051313423
Binary1011100100101110011000001100101000000101001011101110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C042E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,4,46); }

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

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

 a { background-color: rgb(92,4,46); }

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

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

 span { border-color: rgb(92,4,46); }

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