#4F0042

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

Shades of Tyrian Purple #4F0042

Tints of Tyrian Purple #4F0042

Color information

#4F0042 (or 0x4F0042) is unknown color: approx Tyrian Purple. HEX triplet: 4F, 00 and 42. RGB value is (79,0,66). Sum of RGB (Red+Green+Blue) = 79+0+66=145 (19% of max value = 765). Red value is 79 (31.25% from 255 or 54.48% from 145); Green value is 0 (0.39% from 255 or 0% from 145); Blue value is 66 (26.17% from 255 or 45.52% from 145); Max value from RGB is 79 - color contains mainly: red. Hex color #4F0042 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F0042 is #B0FFBD. Grayscale: #1E1E1E. Windows color (decimal): -11599806 or 4325455. OLE color: 4325455.

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

Color convert

RGB79066-
CMYK010.160.69
HSL309.87º100%15.49%-
HSV(B)309.87º100%30.98%-
XYZ4.212.065.33-
YUV31.14147.67162.13-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 54.48%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 66 (26.17% from 255) = 45.52%
R=54.48%
G=0%
B=45.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.16
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79066010.160.69309.8710015.49
Hex4F042064104513664f
Octal117010201442010546614417
Binary1001111010000100110010010000100010110011011011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F0042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,0,66); }

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

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

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

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

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

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

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