Html Css Color HEX #4E064C Hot Purple

📋 copy color: '#4E064C'

red 78 ◦ green 6 ◦ blue 76

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

Shades of Hot Purple #4E064C

Tints of Hot Purple #4E064C

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.75%

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

R = 48.75%
G = 3.75%
B = 47.5%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.03

 K value IS 0.69

RGB Variations

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

Color information

#4E064C (or 0x4E064C) is known color: Hot Purple. HEX triplet: 4E, 06 and 4C. RGB value is (78,6,76). Sum of RGB (Red+Green+Blue) = 78+6+76=160 (21% of max value = 765). Red value is 78 (30.86% from 255 or 48.75% from 160); Green value is 6 (2.73% from 255 or 3.75% from 160); Blue value is 76 (30.08% from 255 or 47.5% from 160); Max value from RGB is 78 - color contains mainly: red. Hex color #4E064C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E064C is #B1F9B3. Grayscale: #232323. Windows color (decimal): -11663796 or 4982350. OLE color: 4982350.

HSL color Cylindrical-coordinate representation of color #4E064C: hue angle of 301.67º degrees, saturation: 0.86, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4E064C is Cyan = 0, Magento = 0.92, Yellow = 0.03 and Black (K on CMYK) = 0.69.

Color convert

RGB 78 6 76 -
CMYK 0 0.92 0.03 0.69
HSL 301.67º 0.86% 0.16% -
HSV(B) 301.67º 0.92% 0.31% -
XYZ 4.51 2.27 7.04 -
YUV 35.51 150.85 158.31 -
System Red Green Blue C M Y K H S L
Decimal 78 6 76 0 0.92 0.03 0.69 301.67 0.86 0.16
Hex 4E 6 4C 0 5C 3 45 12E 56 10
Octal 116 6 114 0 134 3 105 456 126 20
Binary 1001110 110 1001100 0 1011100 11 1000101 100101110 1010110 10000

Color Harmonies of #4E064C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E064C

Black with #4E064C

Text Example


Text Example

White with #4E064C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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