Html Css Color HEX #4F0140 Tyrian Purple

📋 copy color: '#4F0140'

red 79 ◦ green 1 ◦ blue 64

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

Shades of Tyrian Purple #4F0140

Tints of Tyrian Purple #4F0140

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 44.44%

R = 54.86%
G = 0.69%
B = 44.44%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.19

 K value IS 0.69

RGB Variations

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

Color information

#4F0140 (or 0x4F0140) is known color: Tyrian Purple. HEX triplet: 4F, 01 and 40. RGB value is (79,1,64). Sum of RGB (Red+Green+Blue) = 79+1+64=144 (19% of max value = 765). Red value is 79 (31.25% from 255 or 54.86% from 144); Green value is 1 (0.78% from 255 or 0.69% from 144); Blue value is 64 (25.39% from 255 or 44.44% from 144); Max value from RGB is 79 - color contains mainly: red. Hex color #4F0140 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F0140 is #B0FEBF. Grayscale: #1F1F1F. Windows color (decimal): -11599552 or 4194639. OLE color: 4194639.

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

Color convert

RGB 79 1 64 -
CMYK 0 0.99 0.19 0.69
HSL 311.54º 0.98% 0.16% -
HSV(B) 311.54º 0.99% 0.31% -
XYZ 4.16 2.05 5.03 -
YUV 31.5 146.34 161.88 -
System Red Green Blue C M Y K H S L
Decimal 79 1 64 0 0.99 0.19 0.69 311.54 0.98 0.16
Hex 4F 1 40 0 63 13 45 138 62 10
Octal 117 1 100 0 143 23 105 470 142 20
Binary 1001111 1 1000000 0 1100011 10011 1000101 100111000 1100010 10000

Color Harmonies of #4F0140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F0140

Black with #4F0140

Text Example


Text Example

White with #4F0140

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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