#4F073F

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

Shades of Tyrian Purple #4F073F

Tints of Tyrian Purple #4F073F

Color information

#4F073F (or 0x4F073F) is unknown color: approx Tyrian Purple. HEX triplet: 4F, 07 and 3F. RGB value is (79,7,63). Sum of RGB (Red+Green+Blue) = 79+7+63=149 (19% of max value = 765). Red value is 79 (31.25% from 255 or 53.02% from 149); Green value is 7 (3.12% from 255 or 4.70% from 149); Blue value is 63 (25% from 255 or 42.28% from 149); Max value from RGB is 79 - color contains mainly: red. Hex color #4F073F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F073F is #B0F8C0. Grayscale: #222222. Windows color (decimal): -11598017 or 4130639. OLE color: 4130639.

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

Color convert

RGB79763-
CMYK00.910.200.69
HSL313.33º83.72%16.86%-
HSV(B)313.33º91.14%30.98%-
XYZ4.22.174.9-
YUV34.91143.85159.45-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 53.02%
GREEN value IS 7 (3.12% from 255) = 4.70%
BLUE value IS 63 (25% from 255) = 42.28%
R=53.02%
G=4.70%
B=42.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.20
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7976300.910.200.69313.3383.7216.86
Hex4F73F05B14451395411
Octal11777701332410547112421
Binary100111111111111101011011101001000101100111001101010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F073F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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