#4F093C

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

Shades of Tyrian Purple #4F093C

Tints of Tyrian Purple #4F093C

Color information

#4F093C (or 0x4F093C) is unknown color: approx Tyrian Purple. HEX triplet: 4F, 09 and 3C. RGB value is (79,9,60). Sum of RGB (Red+Green+Blue) = 79+9+60=148 (19% of max value = 765). Red value is 79 (31.25% from 255 or 53.38% from 148); Green value is 9 (3.91% from 255 or 6.08% from 148); Blue value is 60 (23.83% from 255 or 40.54% from 148); Max value from RGB is 79 - color contains mainly: red. Hex color #4F093C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F093C is #B0F6C3. Grayscale: #232323. Windows color (decimal): -11597508 or 3934543. OLE color: 3934543.

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

Color convert

RGB79960-
CMYK00.890.240.69
HSL316.29º79.55%17.25%-
HSV(B)316.29º88.61%30.98%-
XYZ4.142.184.48-
YUV35.74141.69158.85-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 53.38%
GREEN value IS 9 (3.91% from 255) = 6.08%
BLUE value IS 60 (23.83% from 255) = 40.54%
R=53.38%
G=6.08%
B=40.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.24
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7996000.890.240.69316.2979.5517.25
Hex4F93C059184513c5011
Octal117117401313010547412021
Binary1001111100111110001011001110001000101100111100101000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F093C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,9,60); }

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

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

 a { background-color: rgb(79,9,60); }

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

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

 span { border-color: rgb(79,9,60); }

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