#4E0B50

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

Shades of Hot Purple #4E0B50

Tints of Hot Purple #4E0B50

Color information

#4E0B50 (or 0x4E0B50) is unknown color: approx Hot Purple. HEX triplet: 4E, 0B and 50. RGB value is (78,11,80). Sum of RGB (Red+Green+Blue) = 78+11+80=169 (22% of max value = 765). Red value is 78 (30.86% from 255 or 46.15% from 169); Green value is 11 (4.69% from 255 or 6.51% from 169); Blue value is 80 (31.64% from 255 or 47.34% from 169); Max value from RGB is 80 - color contains mainly: blue. Hex color #4E0B50 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E0B50 is #B1F4AF. Grayscale: #262626. Windows color (decimal): -11662512 or 5245774. OLE color: 5245774.

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

Color convert

RGB781180-
CMYK0.020.8600.69
HSL298.26º75.82%17.84%-
HSV(B)298.26º86.25%31.37%-
XYZ4.712.447.81-
YUV38.9151.2155.89-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 46.15%
GREEN value IS 11 (4.69% from 255) = 6.51%
BLUE value IS 80 (31.64% from 255) = 47.34%
R=46.15%
G=6.51%
B=47.34%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7811800.020.8600.69298.2675.8217.84
Hex4EB5025604512a4c12
Octal116131202126010545211422
Binary10011101011101000010101011001000101100101010100110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E0B50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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