Html Css Color HEX #4E1150 Hot Purple

📋 copy color: '#4E1150'

red 78 ◦ green 17 ◦ blue 80

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

Shades of Hot Purple #4E1150

Tints of Hot Purple #4E1150

RGB

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

 GREEN value IS 17 (7.03% from 255) = 9.71%

 BLUE value IS 80 (31.64% from 255) = 45.71%

R = 44.57%
G = 9.71%
B = 45.71%

CMYK

 C value IS 0.02

 M value IS 0.79

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#4E1150 (or 0x4E1150) is known color: Hot Purple. HEX triplet: 4E, 11 and 50. RGB value is (78,17,80). Sum of RGB (Red+Green+Blue) = 78+17+80=175 (23% of max value = 765). Red value is 78 (30.86% from 255 or 44.57% from 175); Green value is 17 (7.03% from 255 or 9.71% from 175); Blue value is 80 (31.64% from 255 or 45.71% from 175); Max value from RGB is 80 - color contains mainly: blue. Hex color #4E1150 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E1150 is #B1EEAF. Grayscale: #2A2A2A. Windows color (decimal): -11660976 or 5247310. OLE color: 5247310.

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

Color convert

RGB 78 17 80 -
CMYK 0.02 0.79 0 0.69
HSL 298.1º 0.65% 0.19% -
HSV(B) 298.1º 0.79% 0.31% -
XYZ 4.79 2.6 7.84 -
YUV 42.42 149.21 153.38 -
System Red Green Blue C M Y K H S L
Decimal 78 17 80 0.02 0.79 0 0.69 298.1 0.65 0.19
Hex 4E 11 50 2 4F 0 45 12A 41 13
Octal 116 21 120 2 117 0 105 452 101 23
Binary 1001110 10001 1010000 10 1001111 0 1000101 100101010 1000001 10011

Color Harmonies of #4E1150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E1150

Black with #4E1150

Text Example


Text Example

White with #4E1150

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,17,80); }

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

background-color css

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

 a { background-color: rgb(78,17,80); }

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

border-color css

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

 span { border-color: rgb(78,17,80); }

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