#470EEC

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

Shades of Han Purple #470EEC

Tints of Han Purple #470EEC

Color information

#470EEC (or 0x470EEC) is unknown color: approx Han Purple. HEX triplet: 47, 0E and EC. RGB value is (71,14,236). Sum of RGB (Red+Green+Blue) = 71+14+236=321 (42% of max value = 765). Red value is 71 (28.12% from 255 or 22.12% from 321); Green value is 14 (5.86% from 255 or 4.36% from 321); Blue value is 236 (92.58% from 255 or 73.52% from 321); Max value from RGB is 236 - color contains mainly: blue. Hex color #470EEC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #470EEC is #B8F113. Grayscale: #373737. Windows color (decimal): -12120340 or 15470151. OLE color: 15470151.

HSL color Cylindrical-coordinate representation of color #470EEC: hue angle of 255.41º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #470EEC is Cyan = 0.70, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB7114236-
CMYK0.700.9400.07
HSL255.41º88.8%49.02%-
HSV(B)255.41º94.07%92.55%-
XYZ17.97.7179.9-
YUV56.35229.38138.45-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 22.12%
GREEN value IS 14 (5.86% from 255) = 4.36%
BLUE value IS 236 (92.58% from 255) = 73.52%
R=22.12%
G=4.36%
B=73.52%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal71142360.700.9400.07255.4188.849.02
Hex47EEC465E07ff5931
Octal107163541061360737713161
Binary1000111111011101100100011010111100111111111111011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470EEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470EEC; }

 p { color: rgb(71,14,236); }

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

<style>
 a { background-color: #470EEC; }

 a { background-color: rgb(71,14,236); }

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

<style>
 span { border-color: #470EEC; }

 span { border-color: rgb(71,14,236); }

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