Html Css Color HEX #4D114F Hot Purple

📋 copy color: '#4D114F'

red 77 ◦ green 17 ◦ blue 79

#4D114F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hot Purple #4D114F

Tints of Hot Purple #4D114F

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 value IS 0.03

 M value IS 0.78

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#4D114F (or 0x4D114F) is known color: 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

RGB 77 17 79 -
CMYK 0.03 0.78 0 0.69
HSL 298.06º 0.65% 0.19% -
HSV(B) 298.06º 0.78% 0.31% -
XYZ 4.67 2.54 7.64 -
YUV 42.01 148.88 152.96 -
System Red Green Blue C M Y K H S L
Decimal 77 17 79 0.03 0.78 0 0.69 298.06 0.65 0.19
Hex 4D 11 4F 3 4E 0 45 12A 41 13
Octal 115 21 117 3 116 0 105 452 101 23
Binary 1001101 10001 1001111 11 1001110 0 1000101 100101010 1000001 10011

Color Harmonies of #4D114F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D114F

Black with #4D114F

Text Example


Text Example

White with #4D114F

Text Example


Text Example

HTML Codes & Css Web 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>