#4F054E

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

Shades of Hot Purple #4F054E

Tints of Hot Purple #4F054E

Color information

#4F054E (or 0x4F054E) is unknown color: approx Hot Purple. HEX triplet: 4F, 05 and 4E. RGB value is (79,5,78). Sum of RGB (Red+Green+Blue) = 79+5+78=162 (21% of max value = 765). Red value is 79 (31.25% from 255 or 48.77% from 162); Green value is 5 (2.34% from 255 or 3.09% from 162); Blue value is 78 (30.86% from 255 or 48.15% from 162); Max value from RGB is 79 - color contains mainly: red. Hex color #4F054E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F054E is #B0FAB1. Grayscale: #232323. Windows color (decimal): -11598514 or 5113167. OLE color: 5113167.

HSL color Cylindrical-coordinate representation of color #4F054E: hue angle of 300.81º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4F054E is Cyan = 0, Magento = 0.94, Yellow = 0.01 and Black (K on CMYK) = 0.69.

Color convert

RGB79578-
CMYK00.940.010.69
HSL300.81º88.1%16.47%-
HSV(B)300.81º93.67%30.98%-
XYZ4.652.327.41-
YUV35.45152.02159.06-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 48.77%
GREEN value IS 5 (2.34% from 255) = 3.09%
BLUE value IS 78 (30.86% from 255) = 48.15%
R=48.77%
G=3.09%
B=48.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.01
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7957800.940.010.69300.8188.116.47
Hex4F54E05E14512d5810
Octal11751160136110545513020
Binary100111110110011100101111011000101100101101101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F054E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,5,78); }

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

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

 a { background-color: rgb(79,5,78); }

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

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

 span { border-color: rgb(79,5,78); }

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