Html Css Color HEX #4D044C Hot Purple

📋 copy color: '#4D044C'

red 77 ◦ green 4 ◦ blue 76

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

Shades of Hot Purple #4D044C

Tints of Hot Purple #4D044C

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.55%

 BLUE value IS 76 (30.08% from 255) = 48.41%

R = 49.04%
G = 2.55%
B = 48.41%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.01

 K value IS 0.70

RGB Variations

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

Color information

#4D044C (or 0x4D044C) is known color: Hot Purple. HEX triplet: 4D, 04 and 4C. RGB value is (77,4,76). Sum of RGB (Red+Green+Blue) = 77+4+76=157 (20% of max value = 765). Red value is 77 (30.47% from 255 or 49.04% from 157); Green value is 4 (1.95% from 255 or 2.55% from 157); Blue value is 76 (30.08% from 255 or 48.41% from 157); Max value from RGB is 77 - color contains mainly: red. Hex color #4D044C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D044C is #B2FBB3. Grayscale: #212121. Windows color (decimal): -11729844 or 4981837. OLE color: 4981837.

HSL color Cylindrical-coordinate representation of color #4D044C: hue angle of 300.82º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4D044C is Cyan = 0, Magento = 0.95, Yellow = 0.01 and Black (K on CMYK) = 0.70.

Color convert

RGB 77 4 76 -
CMYK 0 0.95 0.01 0.70
HSL 300.82º 0.9% 0.16% -
HSV(B) 300.82º 0.95% 0.3% -
XYZ 4.41 2.19 7.03 -
YUV 34.04 151.68 158.65 -
System Red Green Blue C M Y K H S L
Decimal 77 4 76 0 0.95 0.01 0.70 300.82 0.9 0.16
Hex 4D 4 4C 0 5F 1 46 12D 5A 10
Octal 115 4 114 0 137 1 106 455 132 20
Binary 1001101 100 1001100 0 1011111 1 1000110 100101101 1011010 10000

Color Harmonies of #4D044C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D044C

Black with #4D044C

Text Example


Text Example

White with #4D044C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,4,76); }

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

background-color css

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

 a { background-color: rgb(77,4,76); }

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

border-color css

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

 span { border-color: rgb(77,4,76); }

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