#4F014C

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

Shades of Tyrian Purple #4F014C

Tints of Tyrian Purple #4F014C

Color information

#4F014C (or 0x4F014C) is unknown color: approx Tyrian Purple. HEX triplet: 4F, 01 and 4C. RGB value is (79,1,76). Sum of RGB (Red+Green+Blue) = 79+1+76=156 (20% of max value = 765). Red value is 79 (31.25% from 255 or 50.64% from 156); Green value is 1 (0.78% from 255 or 0.64% from 156); Blue value is 76 (30.08% from 255 or 48.72% from 156); Max value from RGB is 79 - color contains mainly: red. Hex color #4F014C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F014C is #B0FEB3. Grayscale: #202020. Windows color (decimal): -11599540 or 4981071. OLE color: 4981071.

HSL color Cylindrical-coordinate representation of color #4F014C: hue angle of 302.31º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4F014C is Cyan = 0, Magento = 0.99, Yellow = 0.04 and Black (K on CMYK) = 0.69.

Color convert

RGB79176-
CMYK00.990.040.69
HSL302.31º97.5%15.69%-
HSV(B)302.31º98.73%30.98%-
XYZ4.542.217.02-
YUV32.87152.34160.9-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 50.64%
GREEN value IS 1 (0.78% from 255) = 0.64%
BLUE value IS 76 (30.08% from 255) = 48.72%
R=50.64%
G=0.64%
B=48.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.04
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7917600.990.040.69302.3197.515.69
Hex4F14C06344512e6210
Octal11711140143410545614220
Binary100111111001100011000111001000101100101110110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F014C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,1,76); }

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

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

 a { background-color: rgb(79,1,76); }

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

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

 span { border-color: rgb(79,1,76); }

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