Html Css Color HEX #4F014C Tyrian Purple

📋 copy color: '#4F014C'

red 79 ◦ green 1 ◦ blue 76

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

Shades of Tyrian Purple #4F014C

Tints of Tyrian Purple #4F014C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 48.72%

R = 50.64%
G = 0.64%
B = 48.72%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.04

 K value IS 0.69

RGB Variations

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

Color information

#4F014C (or 0x4F014C) is known color: Tyrian Purple. HEX triplet: 4F, 01 and 4C. RGB value is (79,1,76). Sum of RGB (Red+Green+Blue) = 79+1+76=156 (20% of max value = 765). Red value is 79 (31.25% from 255 or 50.64% from 156); Green value is 1 (0.78% from 255 or 0.64% from 156); Blue value is 76 (30.08% from 255 or 48.72% from 156); Max value from RGB is 79 - color contains mainly: red. Hex color #4F014C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F014C is #B0FEB3. Grayscale: #202020. Windows color (decimal): -11599540 or 4981071. OLE color: 4981071.

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

Color convert

RGB 79 1 76 -
CMYK 0 0.99 0.04 0.69
HSL 302.31º 0.98% 0.16% -
HSV(B) 302.31º 0.99% 0.31% -
XYZ 4.54 2.21 7.02 -
YUV 32.87 152.34 160.9 -
System Red Green Blue C M Y K H S L
Decimal 79 1 76 0 0.99 0.04 0.69 302.31 0.98 0.16
Hex 4F 1 4C 0 63 4 45 12E 62 10
Octal 117 1 114 0 143 4 105 456 142 20
Binary 1001111 1 1001100 0 1100011 100 1000101 100101110 1100010 10000

Color Harmonies of #4F014C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F014C

Black with #4F014C

Text Example


Text Example

White with #4F014C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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