#4D064F

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

Shades of Hot Purple #4D064F

Tints of Hot Purple #4D064F

Color information

#4D064F (or 0x4D064F) is unknown color: approx Hot Purple. HEX triplet: 4D, 06 and 4F. RGB value is (77,6,79). Sum of RGB (Red+Green+Blue) = 77+6+79=162 (21% of max value = 765). Red value is 77 (30.47% from 255 or 47.53% from 162); Green value is 6 (2.73% from 255 or 3.70% from 162); Blue value is 79 (31.25% from 255 or 48.77% from 162); Max value from RGB is 79 - color contains mainly: blue. Hex color #4D064F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D064F is #B2F9B0. Grayscale: #232323. Windows color (decimal): -11729329 or 5178957. OLE color: 5178957.

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

Color convert

RGB77679-
CMYK0.030.9200.69
HSL298.36º85.88%16.67%-
HSV(B)298.36º92.41%30.98%-
XYZ4.542.277.6-
YUV35.55152.52157.56-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 47.53%
GREEN value IS 6 (2.73% from 255) = 3.70%
BLUE value IS 79 (31.25% from 255) = 48.77%
R=47.53%
G=3.70%
B=48.77%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal776790.030.9200.69298.3685.8816.67
Hex4D64F35C04512a5611
Octal11561173134010545212621
Binary1001101110100111111101110001000101100101010101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D064F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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