#4F0848

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

Shades of Tyrian Purple #4F0848

Tints of Tyrian Purple #4F0848

Color information

#4F0848 (or 0x4F0848) is unknown color: approx Tyrian Purple. HEX triplet: 4F, 08 and 48. RGB value is (79,8,72). Sum of RGB (Red+Green+Blue) = 79+8+72=159 (21% of max value = 765). Red value is 79 (31.25% from 255 or 49.69% from 159); Green value is 8 (3.52% from 255 or 5.03% from 159); Blue value is 72 (28.52% from 255 or 45.28% from 159); Max value from RGB is 79 - color contains mainly: red. Hex color #4F0848 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F0848 is #B0F7B7. Grayscale: #242424. Windows color (decimal): -11597752 or 4720719. OLE color: 4720719.

HSL color Cylindrical-coordinate representation of color #4F0848: hue angle of 305.92º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4F0848 is Cyan = 0, Magento = 0.90, Yellow = 0.09 and Black (K on CMYK) = 0.69.

Color convert

RGB79872-
CMYK00.900.090.69
HSL305.92º81.61%17.06%-
HSV(B)305.92º89.87%30.98%-
XYZ4.482.36.34-
YUV36.52148.02158.3-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 49.69%
GREEN value IS 8 (3.52% from 255) = 5.03%
BLUE value IS 72 (28.52% from 255) = 45.28%
R=49.69%
G=5.03%
B=45.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.09
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7987200.900.090.69305.9281.6117.06
Hex4F84805A9451325211
Octal1171011001321110546212221
Binary1001111100010010000101101010011000101100110010101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F0848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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