#4E1553

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

Shades of Hot Purple #4E1553

Tints of Hot Purple #4E1553

Color information

#4E1553 (or 0x4E1553) is unknown color: approx Hot Purple. HEX triplet: 4E, 15 and 53. RGB value is (78,21,83). Sum of RGB (Red+Green+Blue) = 78+21+83=182 (24% of max value = 765). Red value is 78 (30.86% from 255 or 42.86% from 182); Green value is 21 (8.59% from 255 or 11.54% from 182); Blue value is 83 (32.81% from 255 or 45.60% from 182); Max value from RGB is 83 - color contains mainly: blue. Hex color #4E1553 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E1553 is #B1EAAC. Grayscale: #2C2C2C. Windows color (decimal): -11659949 or 5444942. OLE color: 5444942.

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

Color convert

RGB782183-
CMYK0.060.7500.67
HSL295.16º59.62%20.39%-
HSV(B)295.16º74.7%32.55%-
XYZ4.972.788.46-
YUV45.11149.38151.46-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 42.86%
GREEN value IS 21 (8.59% from 255) = 11.54%
BLUE value IS 83 (32.81% from 255) = 45.60%
R=42.86%
G=11.54%
B=45.60%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7821830.060.7500.67295.1659.6220.39
Hex4E155364B0431273c14
Octal11625123611301034477424
Binary100111010101101001111010010110100001110010011111110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E1553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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