#470DE0

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

Shades of Han Purple #470DE0

Tints of Han Purple #470DE0

Color information

#470DE0 (or 0x470DE0) is unknown color: approx Han Purple. HEX triplet: 47, 0D and E0. RGB value is (71,13,224). Sum of RGB (Red+Green+Blue) = 71+13+224=308 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.05% from 308); Green value is 13 (5.47% from 255 or 4.22% from 308); Blue value is 224 (87.89% from 255 or 72.73% from 308); Max value from RGB is 224 - color contains mainly: blue. Hex color #470DE0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #470DE0 is #B8F21F. Grayscale: #353535. Windows color (decimal): -12120608 or 14683463. OLE color: 14683463.

HSL color Cylindrical-coordinate representation of color #470DE0: hue angle of 256.49º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #470DE0 is Cyan = 0.68, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB7113224-
CMYK0.680.9400.12
HSL256.49º89.03%46.47%-
HSV(B)256.49º94.2%87.84%-
XYZ16.27.0171.02-
YUV54.4223.72139.84-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 23.05%
GREEN value IS 13 (5.47% from 255) = 4.22%
BLUE value IS 224 (87.89% from 255) = 72.73%
R=23.05%
G=4.22%
B=72.73%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal71132240.680.9400.12256.4989.0346.47
Hex47DE0445E0C100592e
Octal1071534010413601440013156
Binary100011111011110000010001001011110011001000000001011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470DE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,13,224); }

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

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

 a { background-color: rgb(71,13,224); }

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

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

 span { border-color: rgb(71,13,224); }

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