Html Css Color HEX #4F0749 Tyrian Purple

📋 copy color: '#4F0749'

red 79 ◦ green 7 ◦ blue 73

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

Shades of Tyrian Purple #4F0749

Tints of Tyrian Purple #4F0749

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.4%

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

R = 49.69%
G = 4.4%
B = 45.91%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.08

 K value IS 0.69

RGB Variations

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

Color information

#4F0749 (or 0x4F0749) is known color: Tyrian Purple. HEX triplet: 4F, 07 and 49. RGB value is (79,7,73). Sum of RGB (Red+Green+Blue) = 79+7+73=159 (21% of max value = 765). Red value is 79 (31.25% from 255 or 49.69% from 159); Green value is 7 (3.12% from 255 or 4.40% from 159); Blue value is 73 (28.91% from 255 or 45.91% from 159); Max value from RGB is 79 - color contains mainly: red. Hex color #4F0749 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F0749 is #B0F8B6. Grayscale: #232323. Windows color (decimal): -11598007 or 4785999. OLE color: 4785999.

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

Color convert

RGB 79 7 73 -
CMYK 0 0.91 0.08 0.69
HSL 305º 0.84% 0.17% -
HSV(B) 305º 0.91% 0.31% -
XYZ 4.5 2.3 6.51 -
YUV 36.05 148.85 158.63 -
System Red Green Blue C M Y K H S L
Decimal 79 7 73 0 0.91 0.08 0.69 305 0.84 0.17
Hex 4F 7 49 0 5B 8 45 131 54 11
Octal 117 7 111 0 133 10 105 461 124 21
Binary 1001111 111 1001001 0 1011011 1000 1000101 100110001 1010100 10001

Color Harmonies of #4F0749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F0749

Black with #4F0749

Text Example


Text Example

White with #4F0749

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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