Html Css Color HEX #4F044D Tyrian Purple

📋 copy color: '#4F044D'

red 79 ◦ green 4 ◦ blue 77

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

Shades of Tyrian Purple #4F044D

Tints of Tyrian Purple #4F044D

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.5%

 BLUE value IS 77 (30.47% from 255) = 48.13%

R = 49.38%
G = 2.5%
B = 48.13%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.03

 K value IS 0.69

RGB Variations

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

Color information

#4F044D (or 0x4F044D) is known color: Tyrian Purple. HEX triplet: 4F, 04 and 4D. RGB value is (79,4,77). Sum of RGB (Red+Green+Blue) = 79+4+77=160 (21% of max value = 765). Red value is 79 (31.25% from 255 or 49.38% from 160); Green value is 4 (1.95% from 255 or 2.5% from 160); Blue value is 77 (30.47% from 255 or 48.12% from 160); Max value from RGB is 79 - color contains mainly: red. Hex color #4F044D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F044D is #B0FBB2. Grayscale: #222222. Windows color (decimal): -11598771 or 5047375. OLE color: 5047375.

HSL color Cylindrical-coordinate representation of color #4F044D: hue angle of 301.6º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4F044D is Cyan = 0, Magento = 0.95, Yellow = 0.03 and Black (K on CMYK) = 0.69.

Color convert

RGB 79 4 77 -
CMYK 0 0.95 0.03 0.69
HSL 301.6º 0.9% 0.16% -
HSV(B) 301.6º 0.95% 0.31% -
XYZ 4.61 2.28 7.22 -
YUV 34.75 151.85 159.56 -
System Red Green Blue C M Y K H S L
Decimal 79 4 77 0 0.95 0.03 0.69 301.6 0.9 0.16
Hex 4F 4 4D 0 5F 3 45 12E 5A 10
Octal 117 4 115 0 137 3 105 456 132 20
Binary 1001111 100 1001101 0 1011111 11 1000101 100101110 1011010 10000

Color Harmonies of #4F044D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F044D

Black with #4F044D

Text Example


Text Example

White with #4F044D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,4,77); }

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

background-color css

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

 a { background-color: rgb(79,4,77); }

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

border-color css

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

 span { border-color: rgb(79,4,77); }

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