#4F0048

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

Shades of Tyrian Purple #4F0048

Tints of Tyrian Purple #4F0048

Color information

#4F0048 (or 0x4F0048) is unknown color: approx Tyrian Purple. HEX triplet: 4F, 00 and 48. RGB value is (79,0,72). Sum of RGB (Red+Green+Blue) = 79+0+72=151 (20% of max value = 765). Red value is 79 (31.25% from 255 or 52.32% from 151); Green value is 0 (0.39% from 255 or 0% from 151); Blue value is 72 (28.52% from 255 or 47.68% from 151); Max value from RGB is 79 - color contains mainly: red. Hex color #4F0048 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F0048 is #B0FFB7. Grayscale: #1F1F1F. Windows color (decimal): -11599800 or 4718671. OLE color: 4718671.

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

Color convert

RGB79072-
CMYK010.090.69
HSL305.32º100%15.49%-
HSV(B)305.32º100%30.98%-
XYZ4.392.136.31-
YUV31.83150.67161.65-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 52.32%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 72 (28.52% from 255) = 47.68%
R=52.32%
G=0%
B=47.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.09
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79072010.090.69305.3210015.49
Hex4F04806494513164f
Octal117011001441110546114417
Binary100111101001000011001001001100010110011000111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F0048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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