Html Css Color HEX #470DD5 Han Purple

📋 copy color: '#470DD5'

red 71 ◦ green 13 ◦ blue 213

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

Shades of Han Purple #470DD5

Tints of Han Purple #470DD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 71.72%

R = 23.91%
G = 4.38%
B = 71.72%

CMYK

 C value IS 0.67

 M value IS 0.94

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#470DD5 (or 0x470DD5) is known color: Han Purple. HEX triplet: 47, 0D and D5. RGB value is (71,13,213). Sum of RGB (Red+Green+Blue) = 71+13+213=297 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.91% from 297); Green value is 13 (5.47% from 255 or 4.38% from 297); Blue value is 213 (83.59% from 255 or 71.72% from 297); Max value from RGB is 213 - color contains mainly: blue. Hex color #470DD5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #470DD5 is #B8F22A. Grayscale: #343434. Windows color (decimal): -12120619 or 13962567. OLE color: 13962567.

HSL color Cylindrical-coordinate representation of color #470DD5: hue angle of 257.4º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #470DD5 is Cyan = 0.67, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 71 13 213 -
CMYK 0.67 0.94 0 0.16
HSL 257.4º 0.88% 0.44% -
HSV(B) 257.4º 0.94% 0.84% -
XYZ 14.75 6.43 63.41 -
YUV 53.14 218.22 140.74 -
System Red Green Blue C M Y K H S L
Decimal 71 13 213 0.67 0.94 0 0.16 257.4 0.88 0.44
Hex 47 D D5 43 5E 0 10 101 58 2C
Octal 107 15 325 103 136 0 20 401 130 54
Binary 1000111 1101 11010101 1000011 1011110 0 10000 100000001 1011000 101100

Color Harmonies of #470DD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470DD5

Black with #470DD5

Text Example


Text Example

White with #470DD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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