#4F084B

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

Shades of Tyrian Purple #4F084B

Tints of Tyrian Purple #4F084B

Color information

#4F084B (or 0x4F084B) is unknown color: approx Tyrian Purple. HEX triplet: 4F, 08 and 4B. RGB value is (79,8,75). Sum of RGB (Red+Green+Blue) = 79+8+75=162 (21% of max value = 765). Red value is 79 (31.25% from 255 or 48.77% from 162); Green value is 8 (3.52% from 255 or 4.94% from 162); Blue value is 75 (29.69% from 255 or 46.30% from 162); Max value from RGB is 79 - color contains mainly: red. Hex color #4F084B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F084B is #B0F7B4. Grayscale: #242424. Windows color (decimal): -11597749 or 4917327. OLE color: 4917327.

HSL color Cylindrical-coordinate representation of color #4F084B: hue angle of 303.38º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4F084B is Cyan = 0, Magento = 0.90, Yellow = 0.05 and Black (K on CMYK) = 0.69.

Color convert

RGB79875-
CMYK00.900.050.69
HSL303.38º81.61%17.06%-
HSV(B)303.38º89.87%30.98%-
XYZ4.582.346.87-
YUV36.87149.52158.05-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 48.77%
GREEN value IS 8 (3.52% from 255) = 4.94%
BLUE value IS 75 (29.69% from 255) = 46.30%
R=48.77%
G=4.94%
B=46.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.05
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7987500.900.050.69303.3881.6117.06
Hex4F84B05A54512f5211
Octal117101130132510545712221
Binary100111110001001011010110101011000101100101111101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F084B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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