Html Css Color HEX #4D074E Hot Purple

📋 copy color: '#4D074E'

red 77 ◦ green 7 ◦ blue 78

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

Shades of Hot Purple #4D074E

Tints of Hot Purple #4D074E

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.32%

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

R = 47.53%
G = 4.32%
B = 48.15%

CMYK

 C value IS 0.01

 M value IS 0.91

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#4D074E (or 0x4D074E) is known color: Hot Purple. HEX triplet: 4D, 07 and 4E. RGB value is (77,7,78). Sum of RGB (Red+Green+Blue) = 77+7+78=162 (21% of max value = 765). Red value is 77 (30.47% from 255 or 47.53% from 162); Green value is 7 (3.12% from 255 or 4.32% from 162); Blue value is 78 (30.86% from 255 or 48.15% from 162); Max value from RGB is 78 - color contains mainly: blue. Hex color #4D074E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D074E is #B2F8B1. Grayscale: #232323. Windows color (decimal): -11729074 or 5113677. OLE color: 5113677.

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

Color convert

RGB 77 7 78 -
CMYK 0.01 0.91 0 0.69
HSL 299.15º 0.84% 0.17% -
HSV(B) 299.15º 0.91% 0.31% -
XYZ 4.51 2.28 7.41 -
YUV 36.02 151.69 157.23 -
System Red Green Blue C M Y K H S L
Decimal 77 7 78 0.01 0.91 0 0.69 299.15 0.84 0.17
Hex 4D 7 4E 1 5B 0 45 12B 54 11
Octal 115 7 116 1 133 0 105 453 124 21
Binary 1001101 111 1001110 1 1011011 0 1000101 100101011 1010100 10001

Color Harmonies of #4D074E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D074E

Black with #4D074E

Text Example


Text Example

White with #4D074E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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