Html Css Color HEX #4E2159 Hot Purple

📋 copy color: '#4E2159'

red 78 ◦ green 33 ◦ blue 89

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

Shades of Hot Purple #4E2159

Tints of Hot Purple #4E2159

RGB

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

 GREEN value IS 33 (13.28% from 255) = 16.5%

 BLUE value IS 89 (35.16% from 255) = 44.5%

R = 39%
G = 16.5%
B = 44.5%

CMYK

 C value IS 0.12

 M value IS 0.63

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#4E2159 (or 0x4E2159) is known color: Hot Purple. HEX triplet: 4E, 21 and 59. RGB value is (78,33,89). Sum of RGB (Red+Green+Blue) = 78+33+89=200 (26% of max value = 765). Red value is 78 (30.86% from 255 or 39% from 200); Green value is 33 (13.28% from 255 or 16.5% from 200); Blue value is 89 (35.16% from 255 or 44.5% from 200); Max value from RGB is 89 - color contains mainly: blue. Hex color #4E2159 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E2159 is #B1DEA6. Grayscale: #343434. Windows color (decimal): -11656871 or 5841230. OLE color: 5841230.

HSL color Cylindrical-coordinate representation of color #4E2159: hue angle of 288.21º degrees, saturation: 0.46, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4E2159 is Cyan = 0.12, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 78 33 89 -
CMYK 0.12 0.63 0 0.65
HSL 288.21º 0.46% 0.24% -
HSV(B) 288.21º 0.63% 0.35% -
XYZ 5.49 3.43 9.82 -
YUV 52.84 148.41 145.95 -
System Red Green Blue C M Y K H S L
Decimal 78 33 89 0.12 0.63 0 0.65 288.21 0.46 0.24
Hex 4E 21 59 C 3F 0 41 120 2E 18
Octal 116 41 131 14 77 0 101 440 56 30
Binary 1001110 100001 1011001 1100 111111 0 1000001 100100000 101110 11000

Color Harmonies of #4E2159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E2159

Black with #4E2159

Text Example


Text Example

White with #4E2159

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,33,89); }

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

background-color css

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

 a { background-color: rgb(78,33,89); }

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

border-color css

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

 span { border-color: rgb(78,33,89); }

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