#4E2153

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

Shades of Hot Purple #4E2153

Tints of Hot Purple #4E2153

Color information

#4E2153 (or 0x4E2153) is unknown color: approx Hot Purple. HEX triplet: 4E, 21 and 53. RGB value is (78,33,83). Sum of RGB (Red+Green+Blue) = 78+33+83=194 (25% of max value = 765). Red value is 78 (30.86% from 255 or 40.21% from 194); Green value is 33 (13.28% from 255 or 17.01% from 194); Blue value is 83 (32.81% from 255 or 42.78% from 194); Max value from RGB is 83 - color contains mainly: blue. Hex color #4E2153 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E2153 is #B1DEAC. Grayscale: #343434. Windows color (decimal): -11656877 or 5448014. OLE color: 5448014.

HSL color Cylindrical-coordinate representation of color #4E2153: hue angle of 294º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4E2153 is Cyan = 0.06, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB783383-
CMYK0.060.6000.67
HSL294º43.1%22.75%-
HSV(B)294º60.24%32.55%-
XYZ5.253.338.55-
YUV52.16145.41146.43-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 40.21%
GREEN value IS 33 (13.28% from 255) = 17.01%
BLUE value IS 83 (32.81% from 255) = 42.78%
R=40.21%
G=17.01%
B=42.78%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7833830.060.6000.6729443.122.75
Hex4E215363C0431262b17
Octal1164112367401034465327
Binary100111010000110100111101111000100001110010011010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E2153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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