Html Css Color HEX #470DDF Han Purple

📋 copy color: '#470DDF'

red 71 ◦ green 13 ◦ blue 223

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

Shades of Han Purple #470DDF

Tints of Han Purple #470DDF

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.23%

 BLUE value IS 223 (87.5% from 255) = 72.64%

R = 23.13%
G = 4.23%
B = 72.64%

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

#470DDF (or 0x470DDF) is known color: Han Purple. HEX triplet: 47, 0D and DF. RGB value is (71,13,223). Sum of RGB (Red+Green+Blue) = 71+13+223=307 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.13% from 307); Green value is 13 (5.47% from 255 or 4.23% from 307); Blue value is 223 (87.5% from 255 or 72.64% from 307); Max value from RGB is 223 - color contains mainly: blue. Hex color #470DDF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #470DDF is #B8F220. Grayscale: #353535. Windows color (decimal): -12120609 or 14617927. OLE color: 14617927.

HSL color Cylindrical-coordinate representation of color #470DDF: hue angle of 256.57º degrees, saturation: 0.89, 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 #470DDF is Cyan = 0.68, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 71 13 223 -
CMYK 0.68 0.94 0 0.13
HSL 256.57º 0.89% 0.46% -
HSV(B) 256.57º 0.94% 0.87% -
XYZ 16.06 6.96 70.31 -
YUV 54.28 223.22 139.92 -
System Red Green Blue C M Y K H S L
Decimal 71 13 223 0.68 0.94 0 0.13 256.57 0.89 0.46
Hex 47 D DF 44 5E 0 D 101 59 2E
Octal 107 15 337 104 136 0 15 401 131 56
Binary 1000111 1101 11011111 1000100 1011110 0 1101 100000001 1011001 101110

Color Harmonies of #470DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470DDF

Black with #470DDF

Text Example


Text Example

White with #470DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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