Html Css Color HEX #4F0B49 Tyrian Purple

📋 copy color: '#4F0B49'

red 79 ◦ green 11 ◦ blue 73

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

Shades of Tyrian Purple #4F0B49

Tints of Tyrian Purple #4F0B49

RGB

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

 GREEN value IS 11 (4.69% from 255) = 6.75%

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

R = 48.47%
G = 6.75%
B = 44.79%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.08

 K value IS 0.69

RGB Variations

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

Color information

#4F0B49 (or 0x4F0B49) is known color: Tyrian Purple. HEX triplet: 4F, 0B and 49. RGB value is (79,11,73). Sum of RGB (Red+Green+Blue) = 79+11+73=163 (21% of max value = 765). Red value is 79 (31.25% from 255 or 48.47% from 163); Green value is 11 (4.69% from 255 or 6.75% from 163); Blue value is 73 (28.91% from 255 or 44.79% from 163); Max value from RGB is 79 - color contains mainly: red. Hex color #4F0B49 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F0B49 is #B0F4B6. Grayscale: #262626. Windows color (decimal): -11596983 or 4787023. OLE color: 4787023.

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

Color convert

RGB 79 11 73 -
CMYK 0 0.86 0.08 0.69
HSL 305.29º 0.76% 0.18% -
HSV(B) 305.29º 0.86% 0.31% -
XYZ 4.55 2.38 6.52 -
YUV 38.4 147.53 156.96 -
System Red Green Blue C M Y K H S L
Decimal 79 11 73 0 0.86 0.08 0.69 305.29 0.76 0.18
Hex 4F B 49 0 56 8 45 131 4C 12
Octal 117 13 111 0 126 10 105 461 114 22
Binary 1001111 1011 1001001 0 1010110 1000 1000101 100110001 1001100 10010

Color Harmonies of #4F0B49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F0B49

Black with #4F0B49

Text Example


Text Example

White with #4F0B49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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