#4C0940

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

Shades of Tyrian Purple #4C0940

Tints of Tyrian Purple #4C0940

Color information

#4C0940 (or 0x4C0940) is unknown color: approx Tyrian Purple. HEX triplet: 4C, 09 and 40. RGB value is (76,9,64). Sum of RGB (Red+Green+Blue) = 76+9+64=149 (19% of max value = 765). Red value is 76 (30.08% from 255 or 51.01% from 149); Green value is 9 (3.91% from 255 or 6.04% from 149); Blue value is 64 (25.39% from 255 or 42.95% from 149); Max value from RGB is 76 - color contains mainly: red. Hex color #4C0940 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C0940 is #B3F6BF. Grayscale: #232323. Windows color (decimal): -11794112 or 4196684. OLE color: 4196684.

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

Color convert

RGB76964-
CMYK00.880.160.70
HSL310.75º78.82%16.67%-
HSV(B)310.75º88.16%29.8%-
XYZ42.15.05-
YUV35.3144.2157.03-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 51.01%
GREEN value IS 9 (3.91% from 255) = 6.04%
BLUE value IS 64 (25.39% from 255) = 42.95%
R=51.01%
G=6.04%
B=42.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.16
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7696400.880.160.70310.7578.8216.67
Hex4C94005810461374f11
Octal1141110001302010646711721
Binary10011001001100000001011000100001000110100110111100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C0940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,9,64); }

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

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

 a { background-color: rgb(76,9,64); }

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

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

 span { border-color: rgb(76,9,64); }

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