Html Css Color HEX #470FD2 Han Purple

📋 copy color: '#470FD2'

red 71 ◦ green 15 ◦ blue 210

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

Shades of Han Purple #470FD2

Tints of Han Purple #470FD2

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.07%

 BLUE value IS 210 (82.42% from 255) = 70.95%

R = 23.99%
G = 5.07%
B = 70.95%

CMYK

 C value IS 0.66

 M value IS 0.93

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#470FD2 (or 0x470FD2) is known color: Han Purple. HEX triplet: 47, 0F and D2. RGB value is (71,15,210). Sum of RGB (Red+Green+Blue) = 71+15+210=296 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.99% from 296); Green value is 15 (6.25% from 255 or 5.07% from 296); Blue value is 210 (82.42% from 255 or 70.95% from 296); Max value from RGB is 210 - color contains mainly: blue. Hex color #470FD2 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #470FD2 is #B8F02D. Grayscale: #353535. Windows color (decimal): -12120110 or 13766471. OLE color: 13766471.

HSL color Cylindrical-coordinate representation of color #470FD2: hue angle of 257.23º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #470FD2 is Cyan = 0.66, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 71 15 210 -
CMYK 0.66 0.93 0 0.18
HSL 257.23º 0.87% 0.44% -
HSV(B) 257.23º 0.93% 0.82% -
XYZ 14.4 6.33 61.44 -
YUV 53.97 216.05 140.14 -
System Red Green Blue C M Y K H S L
Decimal 71 15 210 0.66 0.93 0 0.18 257.23 0.87 0.44
Hex 47 F D2 42 5D 0 12 101 57 2C
Octal 107 17 322 102 135 0 22 401 127 54
Binary 1000111 1111 11010010 1000010 1011101 0 10010 100000001 1010111 101100

Color Harmonies of #470FD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470FD2

Black with #470FD2

Text Example


Text Example

White with #470FD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,15,210); }

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

background-color css

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

 a { background-color: rgb(71,15,210); }

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

border-color css

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

 span { border-color: rgb(71,15,210); }

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