#4A1E50

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

Shades of Hot Purple #4A1E50

Tints of Hot Purple #4A1E50

Color information

#4A1E50 (or 0x4A1E50) is unknown color: approx Hot Purple. HEX triplet: 4A, 1E and 50. RGB value is (74,30,80). Sum of RGB (Red+Green+Blue) = 74+30+80=184 (24% of max value = 765). Red value is 74 (29.30% from 255 or 40.22% from 184); Green value is 30 (12.11% from 255 or 16.30% from 184); Blue value is 80 (31.64% from 255 or 43.48% from 184); Max value from RGB is 80 - color contains mainly: blue. Hex color #4A1E50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A1E50 is #B5E1AF. Grayscale: #303030. Windows color (decimal): -11919792 or 5250634. OLE color: 5250634.

HSL color Cylindrical-coordinate representation of color #4A1E50: hue angle of 292.8º degrees, saturation: 0.45, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4A1E50 is Cyan = 0.08, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB743080-
CMYK0.080.6200.69
HSL292.8º45.45%21.57%-
HSV(B)292.8º62.5%31.37%-
XYZ4.742.967.91-
YUV48.86145.58145.93-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 40.22%
GREEN value IS 30 (12.11% from 255) = 16.30%
BLUE value IS 80 (31.64% from 255) = 43.48%
R=40.22%
G=16.30%
B=43.48%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7430800.080.6200.69292.845.4521.57
Hex4A1E5083E0451252d16
Octal11236120107601054455526
Binary100101011110101000010001111100100010110010010110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A1E50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,30,80); }

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

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

 a { background-color: rgb(74,30,80); }

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

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

 span { border-color: rgb(74,30,80); }

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