#4F093A

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

Shades of Tyrian Purple #4F093A

Tints of Tyrian Purple #4F093A

Color information

#4F093A (or 0x4F093A) is unknown color: approx Tyrian Purple. HEX triplet: 4F, 09 and 3A. RGB value is (79,9,58). Sum of RGB (Red+Green+Blue) = 79+9+58=146 (19% of max value = 765). Red value is 79 (31.25% from 255 or 54.11% from 146); Green value is 9 (3.91% from 255 or 6.16% from 146); Blue value is 58 (23.05% from 255 or 39.73% from 146); Max value from RGB is 79 - color contains mainly: red. Hex color #4F093A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F093A is #B0F6C5. Grayscale: #232323. Windows color (decimal): -11597510 or 3803471. OLE color: 3803471.

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

Color convert

RGB79958-
CMYK00.890.270.69
HSL318º79.55%17.25%-
HSV(B)318º88.61%30.98%-
XYZ4.092.164.21-
YUV35.52140.69159.02-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 54.11%
GREEN value IS 9 (3.91% from 255) = 6.16%
BLUE value IS 58 (23.05% from 255) = 39.73%
R=54.11%
G=6.16%
B=39.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.27
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7995800.890.270.6931879.5517.25
Hex4F93A0591B4513e5011
Octal117117201313310547612021
Binary1001111100111101001011001110111000101100111110101000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F093A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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