#4F0143

Color #4F0143 Tyrian Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tyrian Purple #4F0143

Tints of Tyrian Purple #4F0143

Color information

#4F0143 (or 0x4F0143) is unknown color: approx Tyrian Purple. HEX triplet: 4F, 01 and 43. RGB value is (79,1,67). Sum of RGB (Red+Green+Blue) = 79+1+67=147 (19% of max value = 765). Red value is 79 (31.25% from 255 or 53.74% from 147); Green value is 1 (0.78% from 255 or 0.68% from 147); Blue value is 67 (26.56% from 255 or 45.58% from 147); Max value from RGB is 79 - color contains mainly: red. Hex color #4F0143 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F0143 is #B0FEBC. Grayscale: #1F1F1F. Windows color (decimal): -11599549 or 4391247. OLE color: 4391247.

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

Color convert

RGB79167-
CMYK00.990.150.69
HSL309.23º97.5%15.69%-
HSV(B)309.23º98.73%30.98%-
XYZ4.252.095.49-
YUV31.85147.84161.63-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 53.74%
GREEN value IS 1 (0.78% from 255) = 0.68%
BLUE value IS 67 (26.56% from 255) = 45.58%
R=53.74%
G=0.68%
B=45.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.15
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7916700.990.150.69309.2397.515.69
Hex4F143063F451356210
Octal117110301431710546514220
Binary1001111110000110110001111111000101100110101110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F0143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #4F0143;
 }
 .AnyTagClassName
 {
   color: #4F0143;
 }
</style>
background-color css

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

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

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

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

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

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