#4C0541

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

Shades of Tyrian Purple #4C0541

Tints of Tyrian Purple #4C0541

Color information

#4C0541 (or 0x4C0541) is unknown color: approx Tyrian Purple. HEX triplet: 4C, 05 and 41. RGB value is (76,5,65). Sum of RGB (Red+Green+Blue) = 76+5+65=146 (19% of max value = 765). Red value is 76 (30.08% from 255 or 52.05% from 146); Green value is 5 (2.34% from 255 or 3.42% from 146); Blue value is 65 (25.78% from 255 or 44.52% from 146); Max value from RGB is 76 - color contains mainly: red. Hex color #4C0541 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C0541 is #B3FABE. Grayscale: #202020. Windows color (decimal): -11795135 or 4261196. OLE color: 4261196.

HSL color Cylindrical-coordinate representation of color #4C0541: hue angle of 309.3º 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 #4C0541 is Cyan = 0, Magento = 0.93, Yellow = 0.14 and Black (K on CMYK) = 0.70.

Color convert

RGB76565-
CMYK00.930.140.70
HSL309.3º87.65%15.88%-
HSV(B)309.3º93.42%29.8%-
XYZ3.992.035.18-
YUV33.07146.02158.62-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 52.05%
GREEN value IS 5 (2.34% from 255) = 3.42%
BLUE value IS 65 (25.78% from 255) = 44.52%
R=52.05%
G=3.42%
B=44.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.14
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7656500.930.140.70309.387.6515.88
Hex4C54105DE461355810
Octal114510101351610646513020
Binary100110010110000010101110111101000110100110101101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C0541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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