#4D114F

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

Shades of Hot Purple #4D114F

Tints of Hot Purple #4D114F

Color information

#4D114F (or 0x4D114F) is unknown color: approx Hot Purple. HEX triplet: 4D, 11 and 4F. RGB value is (77,17,79). Sum of RGB (Red+Green+Blue) = 77+17+79=173 (22% of max value = 765). Red value is 77 (30.47% from 255 or 44.51% from 173); Green value is 17 (7.03% from 255 or 9.83% from 173); Blue value is 79 (31.25% from 255 or 45.66% from 173); Max value from RGB is 79 - color contains mainly: blue. Hex color #4D114F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D114F is #B2EEB0. Grayscale: #292929. Windows color (decimal): -11726513 or 5181773. OLE color: 5181773.

HSL color Cylindrical-coordinate representation of color #4D114F: hue angle of 298.06º degrees, saturation: 0.65, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4D114F is Cyan = 0.03, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB771779-
CMYK0.030.7800.69
HSL298.06º64.58%18.82%-
HSV(B)298.06º78.48%30.98%-
XYZ4.672.547.64-
YUV42.01148.88152.96-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 44.51%
GREEN value IS 17 (7.03% from 255) = 9.83%
BLUE value IS 79 (31.25% from 255) = 45.66%
R=44.51%
G=9.83%
B=45.66%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7717790.030.7800.69298.0664.5818.82
Hex4D114F34E04512a4113
Octal115211173116010545210123
Binary100110110001100111111100111001000101100101010100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D114F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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