#4F014F

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

Shades of Tyrian Purple #4F014F

Tints of Tyrian Purple #4F014F

Color information

#4F014F (or 0x4F014F) is unknown color: approx Tyrian Purple. HEX triplet: 4F, 01 and 4F. RGB value is (79,1,79). Sum of RGB (Red+Green+Blue) = 79+1+79=159 (21% of max value = 765). Red value is 79 (31.25% from 255 or 49.69% from 159); Green value is 1 (0.78% from 255 or 0.63% from 159); Blue value is 79 (31.25% from 255 or 49.69% from 159); Max value from RGB is 79 - color contains mainly: red, blue. Hex color #4F014F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F014F is #B0FEB0. Grayscale: #202020. Windows color (decimal): -11599537 or 5177679. OLE color: 5177679.

HSL color Cylindrical-coordinate representation of color #4F014F: hue angle of 300º 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 #4F014F is Cyan = 0, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB79179-
CMYK00.9900.69
HSL300º97.5%15.69%-
HSV(B)300º98.73%30.98%-
XYZ4.652.257.59-
YUV33.21153.84160.66-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 49.69%
GREEN value IS 1 (0.78% from 255) = 0.63%
BLUE value IS 79 (31.25% from 255) = 49.69%
R=49.69%
G=0.63%
B=49.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7917900.9900.6930097.515.69
Hex4F14F06304512c6210
Octal11711170143010545414220
Binary1001111110011110110001101000101100101100110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F014F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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