Html Css Color HEX #4E154A Hot Purple

📋 copy color: '#4E154A'

red 78 ◦ green 21 ◦ blue 74

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

Shades of Hot Purple #4E154A

Tints of Hot Purple #4E154A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 42.77%

R = 45.09%
G = 12.14%
B = 42.77%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.05

 K value IS 0.69

RGB Variations

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

Color information

#4E154A (or 0x4E154A) is known color: Hot Purple. HEX triplet: 4E, 15 and 4A. RGB value is (78,21,74). Sum of RGB (Red+Green+Blue) = 78+21+74=173 (22% of max value = 765). Red value is 78 (30.86% from 255 or 45.09% from 173); Green value is 21 (8.59% from 255 or 12.14% from 173); Blue value is 74 (29.30% from 255 or 42.77% from 173); Max value from RGB is 78 - color contains mainly: red. Hex color #4E154A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E154A is #B1EAB5. Grayscale: #2B2B2B. Windows color (decimal): -11659958 or 4855118. OLE color: 4855118.

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

Color convert

RGB 78 21 74 -
CMYK 0 0.73 0.05 0.69
HSL 304.21º 0.58% 0.19% -
HSV(B) 304.21º 0.73% 0.31% -
XYZ 4.65 2.65 6.75 -
YUV 44.09 144.88 152.19 -
System Red Green Blue C M Y K H S L
Decimal 78 21 74 0 0.73 0.05 0.69 304.21 0.58 0.19
Hex 4E 15 4A 0 49 5 45 130 3A 13
Octal 116 25 112 0 111 5 105 460 72 23
Binary 1001110 10101 1001010 0 1001001 101 1000101 100110000 111010 10011

Color Harmonies of #4E154A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E154A

Black with #4E154A

Text Example


Text Example

White with #4E154A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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