Html Css Color HEX #470EDD Han Purple

📋 copy color: '#470EDD'

red 71 ◦ green 14 ◦ blue 221

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

Shades of Han Purple #470EDD

Tints of Han Purple #470EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 72.22%

R = 23.2%
G = 4.58%
B = 72.22%

CMYK

 C value IS 0.68

 M value IS 0.94

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#470EDD (or 0x470EDD) is known color: Han Purple. HEX triplet: 47, 0E and DD. RGB value is (71,14,221). Sum of RGB (Red+Green+Blue) = 71+14+221=306 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.20% from 306); Green value is 14 (5.86% from 255 or 4.58% from 306); Blue value is 221 (86.72% from 255 or 72.22% from 306); Max value from RGB is 221 - color contains mainly: blue. Hex color #470EDD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #470EDD is #B8F122. Grayscale: #353535. Windows color (decimal): -12120355 or 14487111. OLE color: 14487111.

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

Color convert

RGB 71 14 221 -
CMYK 0.68 0.94 0 0.13
HSL 256.52º 0.88% 0.46% -
HSV(B) 256.52º 0.94% 0.87% -
XYZ 15.81 6.87 68.9 -
YUV 54.64 221.88 139.67 -
System Red Green Blue C M Y K H S L
Decimal 71 14 221 0.68 0.94 0 0.13 256.52 0.88 0.46
Hex 47 E DD 44 5E 0 D 101 58 2E
Octal 107 16 335 104 136 0 15 401 130 56
Binary 1000111 1110 11011101 1000100 1011110 0 1101 100000001 1011000 101110

Color Harmonies of #470EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470EDD

Black with #470EDD

Text Example


Text Example

White with #470EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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