#4C053F

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

Shades of Tyrian Purple #4C053F

Tints of Tyrian Purple #4C053F

Color information

#4C053F (or 0x4C053F) is unknown color: approx Tyrian Purple. HEX triplet: 4C, 05 and 3F. RGB value is (76,5,63). Sum of RGB (Red+Green+Blue) = 76+5+63=144 (19% of max value = 765). Red value is 76 (30.08% from 255 or 52.78% from 144); Green value is 5 (2.34% from 255 or 3.47% from 144); Blue value is 63 (25% from 255 or 43.75% from 144); Max value from RGB is 76 - color contains mainly: red. Hex color #4C053F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C053F is #B3FAC0. Grayscale: #202020. Windows color (decimal): -11795137 or 4130124. OLE color: 4130124.

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

Color convert

RGB76563-
CMYK00.930.170.70
HSL310.99º87.65%15.88%-
HSV(B)310.99º93.42%29.8%-
XYZ3.9324.88-
YUV32.84145.02158.78-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 52.78%
GREEN value IS 5 (2.34% from 255) = 3.47%
BLUE value IS 63 (25% from 255) = 43.75%
R=52.78%
G=3.47%
B=43.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.17
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7656300.930.170.70310.9987.6515.88
Hex4C53F05D11461375810
Octal11457701352110646713020
Binary100110010111111101011101100011000110100110111101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C053F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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