Html Css Color HEX #4F0147 Tyrian Purple

📋 copy color: '#4F0147'

red 79 ◦ green 1 ◦ blue 71

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

Shades of Tyrian Purple #4F0147

Tints of Tyrian Purple #4F0147

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 47.02%

R = 52.32%
G = 0.66%
B = 47.02%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.10

 K value IS 0.69

RGB Variations

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

Color information

#4F0147 (or 0x4F0147) is known color: Tyrian Purple. HEX triplet: 4F, 01 and 47. RGB value is (79,1,71). Sum of RGB (Red+Green+Blue) = 79+1+71=151 (20% of max value = 765). Red value is 79 (31.25% from 255 or 52.32% from 151); Green value is 1 (0.78% from 255 or 0.66% from 151); Blue value is 71 (28.12% from 255 or 47.02% from 151); Max value from RGB is 79 - color contains mainly: red. Hex color #4F0147 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F0147 is #B0FEB8. Grayscale: #202020. Windows color (decimal): -11599545 or 4653391. OLE color: 4653391.

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

Color convert

RGB 79 1 71 -
CMYK 0 0.99 0.10 0.69
HSL 306.15º 0.98% 0.16% -
HSV(B) 306.15º 0.99% 0.31% -
XYZ 4.37 2.14 6.14 -
YUV 32.3 149.84 161.31 -
System Red Green Blue C M Y K H S L
Decimal 79 1 71 0 0.99 0.10 0.69 306.15 0.98 0.16
Hex 4F 1 47 0 63 A 45 132 62 10
Octal 117 1 107 0 143 12 105 462 142 20
Binary 1001111 1 1000111 0 1100011 1010 1000101 100110010 1100010 10000

Color Harmonies of #4F0147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F0147

Black with #4F0147

Text Example


Text Example

White with #4F0147

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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