#4F0749

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

Shades of Tyrian Purple #4F0749

Tints of Tyrian Purple #4F0749

Color information

#4F0749 (or 0x4F0749) is unknown color: approx Tyrian Purple. HEX triplet: 4F, 07 and 49. RGB value is (79,7,73). Sum of RGB (Red+Green+Blue) = 79+7+73=159 (21% of max value = 765). Red value is 79 (31.25% from 255 or 49.69% from 159); Green value is 7 (3.12% from 255 or 4.40% from 159); Blue value is 73 (28.91% from 255 or 45.91% from 159); Max value from RGB is 79 - color contains mainly: red. Hex color #4F0749 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F0749 is #B0F8B6. Grayscale: #232323. Windows color (decimal): -11598007 or 4785999. OLE color: 4785999.

HSL color Cylindrical-coordinate representation of color #4F0749: hue angle of 305º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4F0749 is Cyan = 0, Magento = 0.91, Yellow = 0.08 and Black (K on CMYK) = 0.69.

Color convert

RGB79773-
CMYK00.910.080.69
HSL305º83.72%16.86%-
HSV(B)305º91.14%30.98%-
XYZ4.52.36.51-
YUV36.05148.85158.63-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 49.69%
GREEN value IS 7 (3.12% from 255) = 4.40%
BLUE value IS 73 (28.91% from 255) = 45.91%
R=49.69%
G=4.40%
B=45.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.08
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7977300.910.080.6930583.7216.86
Hex4F74905B8451315411
Octal117711101331010546112421
Binary100111111110010010101101110001000101100110001101010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F0749

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,7,73); }

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

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

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

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

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

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

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