Html Css Color HEX #4F014E Tyrian Purple

📋 copy color: '#4F014E'

red 79 ◦ green 1 ◦ blue 78

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

Shades of Tyrian Purple #4F014E

Tints of Tyrian Purple #4F014E

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.63%

 BLUE value IS 78 (30.86% from 255) = 49.37%

R = 50%
G = 0.63%
B = 49.37%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.01

 K value IS 0.69

RGB Variations

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

Color information

#4F014E (or 0x4F014E) is known color: Tyrian Purple. HEX triplet: 4F, 01 and 4E. RGB value is (79,1,78). Sum of RGB (Red+Green+Blue) = 79+1+78=158 (20% of max value = 765). Red value is 79 (31.25% from 255 or 50% from 158); Green value is 1 (0.78% from 255 or 0.63% from 158); Blue value is 78 (30.86% from 255 or 49.37% from 158); Max value from RGB is 79 - color contains mainly: red. Hex color #4F014E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F014E is #B0FEB1. Grayscale: #202020. Windows color (decimal): -11599538 or 5112143. OLE color: 5112143.

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

Color convert

RGB 79 1 78 -
CMYK 0 0.99 0.01 0.69
HSL 300.77º 0.98% 0.16% -
HSV(B) 300.77º 0.99% 0.31% -
XYZ 4.61 2.23 7.4 -
YUV 33.1 153.34 160.74 -
System Red Green Blue C M Y K H S L
Decimal 79 1 78 0 0.99 0.01 0.69 300.77 0.98 0.16
Hex 4F 1 4E 0 63 1 45 12D 62 10
Octal 117 1 116 0 143 1 105 455 142 20
Binary 1001111 1 1001110 0 1100011 1 1000101 100101101 1100010 10000

Color Harmonies of #4F014E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F014E

Black with #4F014E

Text Example


Text Example

White with #4F014E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,1,78); }

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

background-color css

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

 a { background-color: rgb(79,1,78); }

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

border-color css

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

 span { border-color: rgb(79,1,78); }

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