Html Css Color HEX #4D334E Hot Purple

📋 copy color: '#4D334E'

red 77 ◦ green 51 ◦ blue 78

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

Shades of Hot Purple #4D334E

Tints of Hot Purple #4D334E

RGB

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

 GREEN value IS 51 (20.31% from 255) = 24.76%

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

R = 37.38%
G = 24.76%
B = 37.86%

CMYK

 C value IS 0.01

 M value IS 0.35

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#4D334E (or 0x4D334E) is known color: Hot Purple. HEX triplet: 4D, 33 and 4E. RGB value is (77,51,78). Sum of RGB (Red+Green+Blue) = 77+51+78=206 (27% of max value = 765). Red value is 77 (30.47% from 255 or 37.38% from 206); Green value is 51 (20.31% from 255 or 24.76% from 206); Blue value is 78 (30.86% from 255 or 37.86% from 206); Max value from RGB is 78 - color contains mainly: blue. Hex color #4D334E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D334E is #B2CCB1. Grayscale: #3D3D3D. Windows color (decimal): -11717810 or 5124941. OLE color: 5124941.

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

Color convert

RGB 77 51 78 -
CMYK 0.01 0.35 0 0.69
HSL 297.78º 0.21% 0.25% -
HSV(B) 297.78º 0.35% 0.31% -
XYZ 5.62 4.5 7.78 -
YUV 61.85 137.11 138.8 -
System Red Green Blue C M Y K H S L
Decimal 77 51 78 0.01 0.35 0 0.69 297.78 0.21 0.25
Hex 4D 33 4E 1 23 0 45 12A 15 19
Octal 115 63 116 1 43 0 105 452 25 31
Binary 1001101 110011 1001110 1 100011 0 1000101 100101010 10101 11001

Color Harmonies of #4D334E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D334E

Black with #4D334E

Text Example


Text Example

White with #4D334E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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