#4F004A

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

Shades of Tyrian Purple #4F004A

Tints of Tyrian Purple #4F004A

Color information

#4F004A (or 0x4F004A) is unknown color: approx Tyrian Purple. HEX triplet: 4F, 00 and 4A. RGB value is (79,0,74). Sum of RGB (Red+Green+Blue) = 79+0+74=153 (20% of max value = 765). Red value is 79 (31.25% from 255 or 51.63% from 153); Green value is 0 (0.39% from 255 or 0% from 153); Blue value is 74 (29.30% from 255 or 48.37% from 153); Max value from RGB is 79 - color contains mainly: red. Hex color #4F004A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F004A is #B0FFB5. Grayscale: #1F1F1F. Windows color (decimal): -11599798 or 4849743. OLE color: 4849743.

HSL color Cylindrical-coordinate representation of color #4F004A: hue angle of 303.8º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4F004A is Cyan = 0, Magento = 1, Yellow = 0.06 and Black (K on CMYK) = 0.69.

Color convert

RGB79074-
CMYK010.060.69
HSL303.8º100%15.49%-
HSV(B)303.8º100%30.98%-
XYZ4.462.166.66-
YUV32.06151.67161.48-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 51.63%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 74 (29.30% from 255) = 48.37%
R=51.63%
G=0%
B=48.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.06
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79074010.060.69303.810015.49
Hex4F04A06464513064f
Octal11701120144610546014417
Binary10011110100101001100100110100010110011000011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F004A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,0,74); }

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

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

 a { background-color: rgb(79,0,74); }

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

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

 span { border-color: rgb(79,0,74); }

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