Html Css Color HEX #470AE0 Han Purple

📋 copy color: '#470AE0'

red 71 ◦ green 10 ◦ blue 224

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

Shades of Han Purple #470AE0

Tints of Han Purple #470AE0

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.28%

 BLUE value IS 224 (87.89% from 255) = 73.44%

R = 23.28%
G = 3.28%
B = 73.44%

CMYK

 C value IS 0.68

 M value IS 0.96

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#470AE0 (or 0x470AE0) is known color: Han Purple. HEX triplet: 47, 0A and E0. RGB value is (71,10,224). Sum of RGB (Red+Green+Blue) = 71+10+224=305 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.28% from 305); Green value is 10 (4.30% from 255 or 3.28% from 305); Blue value is 224 (87.89% from 255 or 73.44% from 305); Max value from RGB is 224 - color contains mainly: blue. Hex color #470AE0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #470AE0 is #B8F51F. Grayscale: #333333. Windows color (decimal): -12121376 or 14682695. OLE color: 14682695.

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

Color convert

RGB 71 10 224 -
CMYK 0.68 0.96 0 0.12
HSL 257.1º 0.91% 0.46% -
HSV(B) 257.1º 0.96% 0.88% -
XYZ 16.16 6.94 71.01 -
YUV 52.64 224.71 141.1 -
System Red Green Blue C M Y K H S L
Decimal 71 10 224 0.68 0.96 0 0.12 257.1 0.91 0.46
Hex 47 A E0 44 60 0 C 101 5B 2E
Octal 107 12 340 104 140 0 14 401 133 56
Binary 1000111 1010 11100000 1000100 1100000 0 1100 100000001 1011011 101110

Color Harmonies of #470AE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470AE0

Black with #470AE0

Text Example


Text Example

White with #470AE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,10,224); }

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

background-color css

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

 a { background-color: rgb(71,10,224); }

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

border-color css

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

 span { border-color: rgb(71,10,224); }

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