Html Css Color HEX #4E074C Hot Purple

📋 copy color: '#4E074C'

red 78 ◦ green 7 ◦ blue 76

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

Shades of Hot Purple #4E074C

Tints of Hot Purple #4E074C

RGB

 RED value IS 78 (30.86% from 255) = 48.45%

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

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

R = 48.45%
G = 4.35%
B = 47.2%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.03

 K value IS 0.69

RGB Variations

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

Color information

#4E074C (or 0x4E074C) is known color: Hot Purple. HEX triplet: 4E, 07 and 4C. RGB value is (78,7,76). Sum of RGB (Red+Green+Blue) = 78+7+76=161 (21% of max value = 765). Red value is 78 (30.86% from 255 or 48.45% from 161); Green value is 7 (3.12% from 255 or 4.35% from 161); Blue value is 76 (30.08% from 255 or 47.20% from 161); Max value from RGB is 78 - color contains mainly: red. Hex color #4E074C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E074C is #B1F8B3. Grayscale: #232323. Windows color (decimal): -11663540 or 4982606. OLE color: 4982606.

HSL color Cylindrical-coordinate representation of color #4E074C: hue angle of 301.69º 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 #4E074C is Cyan = 0, Magento = 0.91, Yellow = 0.03 and Black (K on CMYK) = 0.69.

Color convert

RGB 78 7 76 -
CMYK 0 0.91 0.03 0.69
HSL 301.69º 0.84% 0.17% -
HSV(B) 301.69º 0.91% 0.31% -
XYZ 4.52 2.29 7.04 -
YUV 36.1 150.52 157.89 -
System Red Green Blue C M Y K H S L
Decimal 78 7 76 0 0.91 0.03 0.69 301.69 0.84 0.17
Hex 4E 7 4C 0 5B 3 45 12E 54 11
Octal 116 7 114 0 133 3 105 456 124 21
Binary 1001110 111 1001100 0 1011011 11 1000101 100101110 1010100 10001

Color Harmonies of #4E074C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E074C

Black with #4E074C

Text Example


Text Example

White with #4E074C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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