#4C0542

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

Shades of Tyrian Purple #4C0542

Tints of Tyrian Purple #4C0542

Color information

#4C0542 (or 0x4C0542) is unknown color: approx Tyrian Purple. HEX triplet: 4C, 05 and 42. RGB value is (76,5,66). Sum of RGB (Red+Green+Blue) = 76+5+66=147 (19% of max value = 765). Red value is 76 (30.08% from 255 or 51.70% from 147); Green value is 5 (2.34% from 255 or 3.40% from 147); Blue value is 66 (26.17% from 255 or 44.90% from 147); Max value from RGB is 76 - color contains mainly: red. Hex color #4C0542 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C0542 is #B3FABD. Grayscale: #212121. Windows color (decimal): -11795134 or 4326732. OLE color: 4326732.

HSL color Cylindrical-coordinate representation of color #4C0542: hue angle of 308.45º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4C0542 is Cyan = 0, Magento = 0.93, Yellow = 0.13 and Black (K on CMYK) = 0.70.

Color convert

RGB76566-
CMYK00.930.130.70
HSL308.45º87.65%15.88%-
HSV(B)308.45º93.42%29.8%-
XYZ4.022.045.34-
YUV33.18146.52158.54-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 51.70%
GREEN value IS 5 (2.34% from 255) = 3.40%
BLUE value IS 66 (26.17% from 255) = 44.90%
R=51.70%
G=3.40%
B=44.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.13
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7656600.930.130.70308.4587.6515.88
Hex4C54205DD461345810
Octal114510201351510646413020
Binary100110010110000100101110111011000110100110100101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C0542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4C0542; }

 p { color: rgb(76,5,66); }

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

<style>
 a { background-color: #4C0542; }

 a { background-color: rgb(76,5,66); }

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

<style>
 span { border-color: #4C0542; }

 span { border-color: rgb(76,5,66); }

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