Html Css Color HEX #4F0141 Tyrian Purple

📋 copy color: '#4F0141'

red 79 ◦ green 1 ◦ blue 65

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

Shades of Tyrian Purple #4F0141

Tints of Tyrian Purple #4F0141

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 44.83%

R = 54.48%
G = 0.69%
B = 44.83%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.18

 K value IS 0.69

RGB Variations

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

Color information

#4F0141 (or 0x4F0141) is known color: Tyrian Purple. HEX triplet: 4F, 01 and 41. RGB value is (79,1,65). Sum of RGB (Red+Green+Blue) = 79+1+65=145 (19% of max value = 765). Red value is 79 (31.25% from 255 or 54.48% from 145); Green value is 1 (0.78% from 255 or 0.69% from 145); Blue value is 65 (25.78% from 255 or 44.83% from 145); Max value from RGB is 79 - color contains mainly: red. Hex color #4F0141 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F0141 is #B0FEBE. Grayscale: #1F1F1F. Windows color (decimal): -11599551 or 4260175. OLE color: 4260175.

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

Color convert

RGB 79 1 65 -
CMYK 0 0.99 0.18 0.69
HSL 310.77º 0.98% 0.16% -
HSV(B) 310.77º 0.99% 0.31% -
XYZ 4.19 2.07 5.18 -
YUV 31.62 146.84 161.8 -
System Red Green Blue C M Y K H S L
Decimal 79 1 65 0 0.99 0.18 0.69 310.77 0.98 0.16
Hex 4F 1 41 0 63 12 45 137 62 10
Octal 117 1 101 0 143 22 105 467 142 20
Binary 1001111 1 1000001 0 1100011 10010 1000101 100110111 1100010 10000

Color Harmonies of #4F0141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F0141

Black with #4F0141

Text Example


Text Example

White with #4F0141

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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