Html Css Color HEX #4F024D Tyrian Purple

📋 copy color: '#4F024D'

red 79 ◦ green 2 ◦ blue 77

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

Shades of Tyrian Purple #4F024D

Tints of Tyrian Purple #4F024D

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.27%

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

R = 50%
G = 1.27%
B = 48.73%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.03

 K value IS 0.69

RGB Variations

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

Color information

#4F024D (or 0x4F024D) is known color: Tyrian Purple. HEX triplet: 4F, 02 and 4D. RGB value is (79,2,77). Sum of RGB (Red+Green+Blue) = 79+2+77=158 (20% of max value = 765). Red value is 79 (31.25% from 255 or 50% from 158); Green value is 2 (1.17% from 255 or 1.27% from 158); Blue value is 77 (30.47% from 255 or 48.73% from 158); Max value from RGB is 79 - color contains mainly: red. Hex color #4F024D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F024D is #B0FDB2. Grayscale: #212121. Windows color (decimal): -11599283 or 5046863. OLE color: 5046863.

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

Color convert

RGB 79 2 77 -
CMYK 0 0.97 0.03 0.69
HSL 301.56º 0.95% 0.16% -
HSV(B) 301.56º 0.97% 0.31% -
XYZ 4.59 2.24 7.21 -
YUV 33.57 152.51 160.4 -
System Red Green Blue C M Y K H S L
Decimal 79 2 77 0 0.97 0.03 0.69 301.56 0.95 0.16
Hex 4F 2 4D 0 61 3 45 12E 5F 10
Octal 117 2 115 0 141 3 105 456 137 20
Binary 1001111 10 1001101 0 1100001 11 1000101 100101110 1011111 10000

Color Harmonies of #4F024D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F024D

Black with #4F024D

Text Example


Text Example

White with #4F024D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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