#4E1250

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

Shades of Hot Purple #4E1250

Tints of Hot Purple #4E1250

Color information

#4E1250 (or 0x4E1250) is unknown color: approx Hot Purple. HEX triplet: 4E, 12 and 50. RGB value is (78,18,80). Sum of RGB (Red+Green+Blue) = 78+18+80=176 (23% of max value = 765). Red value is 78 (30.86% from 255 or 44.32% from 176); Green value is 18 (7.42% from 255 or 10.23% from 176); Blue value is 80 (31.64% from 255 or 45.45% from 176); Max value from RGB is 80 - color contains mainly: blue. Hex color #4E1250 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E1250 is #B1EDAF. Grayscale: #2A2A2A. Windows color (decimal): -11660720 or 5247566. OLE color: 5247566.

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

Color convert

RGB781880-
CMYK0.020.7800.69
HSL298.06º63.27%19.22%-
HSV(B)298.06º77.5%31.37%-
XYZ4.812.637.84-
YUV43.01148.88152.96-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 44.32%
GREEN value IS 18 (7.42% from 255) = 10.23%
BLUE value IS 80 (31.64% from 255) = 45.45%
R=44.32%
G=10.23%
B=45.45%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7818800.020.7800.69298.0663.2719.22
Hex4E125024E04512a3f13
Octal11622120211601054527723
Binary10011101001010100001010011100100010110010101011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E1250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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