Html Css Color HEX #4D314E Hot Purple

📋 copy color: '#4D314E'

red 77 ◦ green 49 ◦ blue 78

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

Shades of Hot Purple #4D314E

Tints of Hot Purple #4D314E

RGB

 RED value IS 77 (30.47% from 255) = 37.75%

 GREEN value IS 49 (19.53% from 255) = 24.02%

 BLUE value IS 78 (30.86% from 255) = 38.24%

R = 37.75%
G = 24.02%
B = 38.24%

CMYK

 C value IS 0.01

 M value IS 0.37

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#4D314E (or 0x4D314E) is known color: Hot Purple. HEX triplet: 4D, 31 and 4E. RGB value is (77,49,78). Sum of RGB (Red+Green+Blue) = 77+49+78=204 (27% of max value = 765). Red value is 77 (30.47% from 255 or 37.75% from 204); Green value is 49 (19.53% from 255 or 24.02% from 204); Blue value is 78 (30.86% from 255 or 38.24% from 204); Max value from RGB is 78 - color contains mainly: blue. Hex color #4D314E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D314E is #B2CEB1. Grayscale: #3C3C3C. Windows color (decimal): -11718322 or 5124429. OLE color: 5124429.

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

Color convert

RGB 77 49 78 -
CMYK 0.01 0.37 0 0.69
HSL 297.93º 0.23% 0.25% -
HSV(B) 297.93º 0.37% 0.31% -
XYZ 5.53 4.32 7.75 -
YUV 60.68 137.78 139.64 -
System Red Green Blue C M Y K H S L
Decimal 77 49 78 0.01 0.37 0 0.69 297.93 0.23 0.25
Hex 4D 31 4E 1 25 0 45 12A 17 19
Octal 115 61 116 1 45 0 105 452 27 31
Binary 1001101 110001 1001110 1 100101 0 1000101 100101010 10111 11001

Color Harmonies of #4D314E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D314E

Black with #4D314E

Text Example


Text Example

White with #4D314E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,49,78); }

 H1.HeaderClassName
 {
   color: #4D314E;
 }
 .AnyTagClassName
 {
   color: #4D314E;
 }
</style>

background-color css

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

 a { background-color: rgb(77,49,78); }

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

border-color css

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

 span { border-color: rgb(77,49,78); }

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