#4C0444

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

Shades of Tyrian Purple #4C0444

Tints of Tyrian Purple #4C0444

Color information

#4C0444 (or 0x4C0444) is unknown color: approx Tyrian Purple. HEX triplet: 4C, 04 and 44. RGB value is (76,4,68). Sum of RGB (Red+Green+Blue) = 76+4+68=148 (19% of max value = 765). Red value is 76 (30.08% from 255 or 51.35% from 148); Green value is 4 (1.95% from 255 or 2.70% from 148); Blue value is 68 (26.95% from 255 or 45.95% from 148); Max value from RGB is 76 - color contains mainly: red. Hex color #4C0444 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C0444 is #B3FBBB. Grayscale: #202020. Windows color (decimal): -11795388 or 4457548. OLE color: 4457548.

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

Color convert

RGB76468-
CMYK00.950.110.70
HSL306.67º90%15.69%-
HSV(B)306.67º94.74%29.8%-
XYZ4.072.045.65-
YUV32.82147.85158.8-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 51.35%
GREEN value IS 4 (1.95% from 255) = 2.70%
BLUE value IS 68 (26.95% from 255) = 45.95%
R=51.35%
G=2.70%
B=45.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.11
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7646800.950.110.70306.679015.69
Hex4C44405FB461335a10
Octal114410401371310646313220
Binary100110010010001000101111110111000110100110011101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C0444

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,4,68); }

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

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

 a { background-color: rgb(76,4,68); }

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

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

 span { border-color: rgb(76,4,68); }

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