#4714E5

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

Shades of Han Purple #4714E5

Tints of Han Purple #4714E5

Color information

#4714E5 (or 0x4714E5) is unknown color: approx Han Purple. HEX triplet: 47, 14 and E5. RGB value is (71,20,229). Sum of RGB (Red+Green+Blue) = 71+20+229=320 (42% of max value = 765). Red value is 71 (28.12% from 255 or 22.19% from 320); Green value is 20 (8.20% from 255 or 6.25% from 320); Blue value is 229 (89.84% from 255 or 71.56% from 320); Max value from RGB is 229 - color contains mainly: blue. Hex color #4714E5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4714E5 is #B8EB1A. Grayscale: #3A3A3A. Windows color (decimal): -12118811 or 15012935. OLE color: 15012935.

HSL color Cylindrical-coordinate representation of color #4714E5: hue angle of 254.64º 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 #4714E5 is Cyan = 0.69, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB7120229-
CMYK0.690.9100.10
HSL254.64º83.94%48.82%-
HSV(B)254.64º91.27%89.8%-
XYZ16.997.574.68-
YUV59.08223.9136.51-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 22.19%
GREEN value IS 20 (8.20% from 255) = 6.25%
BLUE value IS 229 (89.84% from 255) = 71.56%
R=22.19%
G=6.25%
B=71.56%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal71202290.690.9100.10254.6483.9448.82
Hex4714E5455B0Aff5431
Octal1072434510513301237712461
Binary100011110100111001011000101101101101010111111111010100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4714E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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