#4F004B

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

Shades of Tyrian Purple #4F004B

Tints of Tyrian Purple #4F004B

Color information

#4F004B (or 0x4F004B) is unknown color: approx Tyrian Purple. HEX triplet: 4F, 00 and 4B. RGB value is (79,0,75). Sum of RGB (Red+Green+Blue) = 79+0+75=154 (20% of max value = 765). Red value is 79 (31.25% from 255 or 51.30% from 154); Green value is 0 (0.39% from 255 or 0% from 154); Blue value is 75 (29.69% from 255 or 48.70% from 154); Max value from RGB is 79 - color contains mainly: red. Hex color #4F004B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F004B is #B0FFB4. Grayscale: #1F1F1F. Windows color (decimal): -11599797 or 4915279. OLE color: 4915279.

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

Color convert

RGB79075-
CMYK010.050.69
HSL303.04º100%15.49%-
HSV(B)303.04º100%30.98%-
XYZ4.492.176.84-
YUV32.17152.17161.4-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 51.30%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 75 (29.69% from 255) = 48.70%
R=51.30%
G=0%
B=48.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.05
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79075010.050.69303.0410015.49
Hex4F04B06454512f64f
Octal11701130144510545714417
Binary10011110100101101100100101100010110010111111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F004B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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