Html Css Color HEX #470EEA Han Purple

📋 copy color: '#470EEA'

red 71 ◦ green 14 ◦ blue 234

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

Shades of Han Purple #470EEA

Tints of Han Purple #470EEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 73.35%

R = 22.26%
G = 4.39%
B = 73.35%

CMYK

 C value IS 0.70

 M value IS 0.94

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#470EEA (or 0x470EEA) is known color: Han Purple. HEX triplet: 47, 0E and EA. RGB value is (71,14,234). Sum of RGB (Red+Green+Blue) = 71+14+234=319 (42% of max value = 765). Red value is 71 (28.12% from 255 or 22.26% from 319); Green value is 14 (5.86% from 255 or 4.39% from 319); Blue value is 234 (91.80% from 255 or 73.35% from 319); Max value from RGB is 234 - color contains mainly: blue. Hex color #470EEA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #470EEA is #B8F115. Grayscale: #373737. Windows color (decimal): -12120342 or 15339079. OLE color: 15339079.

HSL color Cylindrical-coordinate representation of color #470EEA: hue angle of 255.55º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #470EEA is Cyan = 0.70, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 71 14 234 -
CMYK 0.70 0.94 0 0.08
HSL 255.55º 0.89% 0.49% -
HSV(B) 255.55º 0.94% 0.92% -
XYZ 17.61 7.59 78.38 -
YUV 56.12 228.38 138.61 -
System Red Green Blue C M Y K H S L
Decimal 71 14 234 0.70 0.94 0 0.08 255.55 0.89 0.49
Hex 47 E EA 46 5E 0 8 100 59 31
Octal 107 16 352 106 136 0 10 400 131 61
Binary 1000111 1110 11101010 1000110 1011110 0 1000 100000000 1011001 110001

Color Harmonies of #470EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470EEA

Black with #470EEA

Text Example


Text Example

White with #470EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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