Html Css Color HEX #4E154C Hot Purple

📋 copy color: '#4E154C'

red 78 ◦ green 21 ◦ blue 76

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

Shades of Hot Purple #4E154C

Tints of Hot Purple #4E154C

RGB

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

 GREEN value IS 21 (8.59% from 255) = 12%

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

R = 44.57%
G = 12%
B = 43.43%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.03

 K value IS 0.69

RGB Variations

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

Color information

#4E154C (or 0x4E154C) is known color: Hot Purple. HEX triplet: 4E, 15 and 4C. RGB value is (78,21,76). Sum of RGB (Red+Green+Blue) = 78+21+76=175 (23% of max value = 765). Red value is 78 (30.86% from 255 or 44.57% from 175); Green value is 21 (8.59% from 255 or 12% from 175); Blue value is 76 (30.08% from 255 or 43.43% from 175); Max value from RGB is 78 - color contains mainly: red. Hex color #4E154C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E154C is #B1EAB3. Grayscale: #2C2C2C. Windows color (decimal): -11659956 or 4986190. OLE color: 4986190.

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

Color convert

RGB 78 21 76 -
CMYK 0 0.73 0.03 0.69
HSL 302.11º 0.58% 0.19% -
HSV(B) 302.11º 0.73% 0.31% -
XYZ 4.71 2.68 7.11 -
YUV 44.31 145.88 152.03 -
System Red Green Blue C M Y K H S L
Decimal 78 21 76 0 0.73 0.03 0.69 302.11 0.58 0.19
Hex 4E 15 4C 0 49 3 45 12E 3A 13
Octal 116 25 114 0 111 3 105 456 72 23
Binary 1001110 10101 1001100 0 1001001 11 1000101 100101110 111010 10011

Color Harmonies of #4E154C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E154C

Black with #4E154C

Text Example


Text Example

White with #4E154C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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