#4E0250

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

Shades of Hot Purple #4E0250

Tints of Hot Purple #4E0250

Color information

#4E0250 (or 0x4E0250) is unknown color: approx Hot Purple. HEX triplet: 4E, 02 and 50. RGB value is (78,2,80). Sum of RGB (Red+Green+Blue) = 78+2+80=160 (21% of max value = 765). Red value is 78 (30.86% from 255 or 48.75% from 160); Green value is 2 (1.17% from 255 or 1.25% from 160); Blue value is 80 (31.64% from 255 or 50% from 160); Max value from RGB is 80 - color contains mainly: blue. Hex color #4E0250 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E0250 is #B1FDAF. Grayscale: #212121. Windows color (decimal): -11664816 or 5243470. OLE color: 5243470.

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

Color convert

RGB78280-
CMYK0.020.9800.69
HSL298.46º95.12%16.08%-
HSV(B)298.46º97.5%31.37%-
XYZ4.612.247.78-
YUV33.62154.18159.66-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 48.75%
GREEN value IS 2 (1.17% from 255) = 1.25%
BLUE value IS 80 (31.64% from 255) = 50%
R=48.75%
G=1.25%
B=50%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal782800.020.9800.69298.4695.1216.08
Hex4E25026204512a5f10
Octal11621202142010545213720
Binary100111010101000010110001001000101100101010101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E0250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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