#4914E5

Color #4914E5 Han Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Han Purple #4914E5

Tints of Han Purple #4914E5

Color information

#4914E5 (or 0x4914E5) is unknown color: approx Han Purple. HEX triplet: 49, 14 and E5. RGB value is (73,20,229). Sum of RGB (Red+Green+Blue) = 73+20+229=322 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.67% from 322); Green value is 20 (8.20% from 255 or 6.21% from 322); Blue value is 229 (89.84% from 255 or 71.12% from 322); Max value from RGB is 229 - color contains mainly: blue. Hex color #4914E5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4914E5 is #B6EB1A. Grayscale: #3A3A3A. Windows color (decimal): -11987739 or 15012937. OLE color: 15012937.

HSL color Cylindrical-coordinate representation of color #4914E5: hue angle of 255.22º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4914E5 is Cyan = 0.68, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB7320229-
CMYK0.680.9100.10
HSL255.22º83.94%48.82%-
HSV(B)255.22º91.27%89.8%-
XYZ17.147.5774.69-
YUV59.67223.56137.51-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.67%
GREEN value IS 20 (8.20% from 255) = 6.21%
BLUE value IS 229 (89.84% from 255) = 71.12%
R=22.67%
G=6.21%
B=71.12%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal73202290.680.9100.10255.2283.9448.82
Hex4914E5445B0Aff5431
Octal1112434510413301237712461
Binary100100110100111001011000100101101101010111111111010100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4914E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4914E5; }

 p { color: rgb(73,20,229); }

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

<style>
 a { background-color: #4914E5; }

 a { background-color: rgb(73,20,229); }

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

<style>
 span { border-color: #4914E5; }

 span { border-color: rgb(73,20,229); }

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