Html Css Color HEX #4F0949 Tyrian Purple

📋 copy color: '#4F0949'

red 79 ◦ green 9 ◦ blue 73

#4F0949
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tyrian Purple #4F0949

Tints of Tyrian Purple #4F0949

RGB

 RED value IS 79 (31.25% from 255) = 49.07%

 GREEN value IS 9 (3.91% from 255) = 5.59%

 BLUE value IS 73 (28.91% from 255) = 45.34%

R = 49.07%
G = 5.59%
B = 45.34%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.08

 K value IS 0.69

RGB Variations

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

Color information

#4F0949 (or 0x4F0949) is known color: Tyrian Purple. HEX triplet: 4F, 09 and 49. RGB value is (79,9,73). Sum of RGB (Red+Green+Blue) = 79+9+73=161 (21% of max value = 765). Red value is 79 (31.25% from 255 or 49.07% from 161); Green value is 9 (3.91% from 255 or 5.59% from 161); Blue value is 73 (28.91% from 255 or 45.34% from 161); Max value from RGB is 79 - color contains mainly: red. Hex color #4F0949 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F0949 is #B0F6B6. Grayscale: #252525. Windows color (decimal): -11597495 or 4786511. OLE color: 4786511.

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

Color convert

RGB 79 9 73 -
CMYK 0 0.89 0.08 0.69
HSL 305.14º 0.8% 0.17% -
HSV(B) 305.14º 0.89% 0.31% -
XYZ 4.52 2.34 6.52 -
YUV 37.23 148.19 157.8 -
System Red Green Blue C M Y K H S L
Decimal 79 9 73 0 0.89 0.08 0.69 305.14 0.8 0.17
Hex 4F 9 49 0 59 8 45 131 50 11
Octal 117 11 111 0 131 10 105 461 120 21
Binary 1001111 1001 1001001 0 1011001 1000 1000101 100110001 1010000 10001

Color Harmonies of #4F0949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F0949

Black with #4F0949

Text Example


Text Example

White with #4F0949

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4F0949;
 }
 .AnyTagClassName
 {
   color: #4F0949;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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