#4E1153

Color #4E1153 Hot Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hot Purple #4E1153

Tints of Hot Purple #4E1153

Color information

#4E1153 (or 0x4E1153) is unknown color: approx Hot Purple. HEX triplet: 4E, 11 and 53. RGB value is (78,17,83). Sum of RGB (Red+Green+Blue) = 78+17+83=178 (23% of max value = 765). Red value is 78 (30.86% from 255 or 43.82% from 178); Green value is 17 (7.03% from 255 or 9.55% from 178); Blue value is 83 (32.81% from 255 or 46.63% from 178); Max value from RGB is 83 - color contains mainly: blue. Hex color #4E1153 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E1153 is #B1EEAC. Grayscale: #2A2A2A. Windows color (decimal): -11660973 or 5443918. OLE color: 5443918.

HSL color Cylindrical-coordinate representation of color #4E1153: hue angle of 295.45º degrees, saturation: 0.66, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4E1153 is Cyan = 0.06, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB781783-
CMYK0.060.8000.67
HSL295.45º66%19.61%-
HSV(B)295.45º79.52%32.55%-
XYZ4.92.658.44-
YUV42.76150.71153.13-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 43.82%
GREEN value IS 17 (7.03% from 255) = 9.55%
BLUE value IS 83 (32.81% from 255) = 46.63%
R=43.82%
G=9.55%
B=46.63%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7817830.060.8000.67295.456619.61
Hex4E11536500431274214
Octal116211236120010344710224
Binary1001110100011010011110101000001000011100100111100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E1153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #4E1153;
 }
 .AnyTagClassName
 {
   color: #4E1153;
 }
</style>
background-color css

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

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

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

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

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

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