#4F064E

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

Shades of Hot Purple #4F064E

Tints of Hot Purple #4F064E

Color information

#4F064E (or 0x4F064E) is unknown color: approx Hot Purple. HEX triplet: 4F, 06 and 4E. RGB value is (79,6,78). Sum of RGB (Red+Green+Blue) = 79+6+78=163 (21% of max value = 765). Red value is 79 (31.25% from 255 or 48.47% from 163); Green value is 6 (2.73% from 255 or 3.68% from 163); Blue value is 78 (30.86% from 255 or 47.85% from 163); Max value from RGB is 79 - color contains mainly: red. Hex color #4F064E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F064E is #B0F9B1. Grayscale: #232323. Windows color (decimal): -11598258 or 5113423. OLE color: 5113423.

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

Color convert

RGB79678-
CMYK00.920.010.69
HSL300.82º85.88%16.67%-
HSV(B)300.82º92.41%30.98%-
XYZ4.662.347.41-
YUV36.03151.68158.65-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 48.47%
GREEN value IS 6 (2.73% from 255) = 3.68%
BLUE value IS 78 (30.86% from 255) = 47.85%
R=48.47%
G=3.68%
B=47.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.01
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7967800.920.010.69300.8285.8816.67
Hex4F64E05C14512d5611
Octal11761160134110545512621
Binary100111111010011100101110011000101100101101101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F064E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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