Html Css Color HEX #4E084C Hot Purple

📋 copy color: '#4E084C'

red 78 ◦ green 8 ◦ blue 76

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

Shades of Hot Purple #4E084C

Tints of Hot Purple #4E084C

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.94%

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

R = 48.15%
G = 4.94%
B = 46.91%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.03

 K value IS 0.69

RGB Variations

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

Color information

#4E084C (or 0x4E084C) is known color: Hot Purple. HEX triplet: 4E, 08 and 4C. RGB value is (78,8,76). Sum of RGB (Red+Green+Blue) = 78+8+76=162 (21% of max value = 765). Red value is 78 (30.86% from 255 or 48.15% from 162); Green value is 8 (3.52% from 255 or 4.94% from 162); Blue value is 76 (30.08% from 255 or 46.91% from 162); Max value from RGB is 78 - color contains mainly: red. Hex color #4E084C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E084C is #B1F7B3. Grayscale: #242424. Windows color (decimal): -11663284 or 4982862. OLE color: 4982862.

HSL color Cylindrical-coordinate representation of color #4E084C: hue angle of 301.71º degrees, saturation: 0.81, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4E084C is Cyan = 0, Magento = 0.90, Yellow = 0.03 and Black (K on CMYK) = 0.69.

Color convert

RGB 78 8 76 -
CMYK 0 0.90 0.03 0.69
HSL 301.71º 0.81% 0.17% -
HSV(B) 301.71º 0.9% 0.31% -
XYZ 4.53 2.32 7.05 -
YUV 36.68 150.19 157.47 -
System Red Green Blue C M Y K H S L
Decimal 78 8 76 0 0.90 0.03 0.69 301.71 0.81 0.17
Hex 4E 8 4C 0 5A 3 45 12E 51 11
Octal 116 10 114 0 132 3 105 456 121 21
Binary 1001110 1000 1001100 0 1011010 11 1000101 100101110 1010001 10001

Color Harmonies of #4E084C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E084C

Black with #4E084C

Text Example


Text Example

White with #4E084C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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