Html Css Color HEX #470EEC Han Purple

📋 copy color: '#470EEC'

red 71 ◦ green 14 ◦ blue 236

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

Shades of Han Purple #470EEC

Tints of Han Purple #470EEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 73.52%

R = 22.12%
G = 4.36%
B = 73.52%

CMYK

 C value IS 0.70

 M value IS 0.94

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#470EEC (or 0x470EEC) is known color: Han Purple. HEX triplet: 47, 0E and EC. RGB value is (71,14,236). Sum of RGB (Red+Green+Blue) = 71+14+236=321 (42% of max value = 765). Red value is 71 (28.12% from 255 or 22.12% from 321); Green value is 14 (5.86% from 255 or 4.36% from 321); Blue value is 236 (92.58% from 255 or 73.52% from 321); Max value from RGB is 236 - color contains mainly: blue. Hex color #470EEC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #470EEC is #B8F113. Grayscale: #373737. Windows color (decimal): -12120340 or 15470151. OLE color: 15470151.

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

Color convert

RGB 71 14 236 -
CMYK 0.70 0.94 0 0.07
HSL 255.41º 0.89% 0.49% -
HSV(B) 255.41º 0.94% 0.93% -
XYZ 17.9 7.71 79.9 -
YUV 56.35 229.38 138.45 -
System Red Green Blue C M Y K H S L
Decimal 71 14 236 0.70 0.94 0 0.07 255.41 0.89 0.49
Hex 47 E EC 46 5E 0 7 FF 59 31
Octal 107 16 354 106 136 0 7 377 131 61
Binary 1000111 1110 11101100 1000110 1011110 0 111 11111111 1011001 110001

Color Harmonies of #470EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470EEC

Black with #470EEC

Text Example


Text Example

White with #470EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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