Html Css Color HEX #470EE9 Han Purple

📋 copy color: '#470EE9'

red 71 ◦ green 14 ◦ blue 233

#470EE9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Han Purple #470EE9

Tints of Han Purple #470EE9

RGB

 RED value IS 71 (28.13% from 255) = 22.33%

 GREEN value IS 14 (5.86% from 255) = 4.4%

 BLUE value IS 233 (91.41% from 255) = 73.27%

R = 22.33%
G = 4.4%
B = 73.27%

CMYK

 C value IS 0.70

 M value IS 0.94

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#470EE9 (or 0x470EE9) is known color: Han Purple. HEX triplet: 47, 0E and E9. RGB value is (71,14,233). Sum of RGB (Red+Green+Blue) = 71+14+233=318 (42% of max value = 765). Red value is 71 (28.12% from 255 or 22.33% from 318); Green value is 14 (5.86% from 255 or 4.40% from 318); Blue value is 233 (91.41% from 255 or 73.27% from 318); Max value from RGB is 233 - color contains mainly: blue. Hex color #470EE9 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #470EE9 is #B8F116. Grayscale: #373737. Windows color (decimal): -12120343 or 15273543. OLE color: 15273543.

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

Color convert

RGB 71 14 233 -
CMYK 0.70 0.94 0 0.09
HSL 255.62º 0.89% 0.48% -
HSV(B) 255.62º 0.94% 0.91% -
XYZ 17.46 7.54 77.63 -
YUV 56.01 227.88 138.69 -
System Red Green Blue C M Y K H S L
Decimal 71 14 233 0.70 0.94 0 0.09 255.62 0.89 0.48
Hex 47 E E9 46 5E 0 9 100 59 30
Octal 107 16 351 106 136 0 11 400 131 60
Binary 1000111 1110 11101001 1000110 1011110 0 1001 100000000 1011001 110000

Color Harmonies of #470EE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470EE9

Black with #470EE9

Text Example


Text Example

White with #470EE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #470EE9;
 }
 .AnyTagClassName
 {
   color: #470EE9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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