Html Css Color HEX #470EEB Han Purple

📋 copy color: '#470EEB'

red 71 ◦ green 14 ◦ blue 235

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

Shades of Han Purple #470EEB

Tints of Han Purple #470EEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 73.44%

R = 22.19%
G = 4.38%
B = 73.44%

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

#470EEB (or 0x470EEB) is known color: Han Purple. HEX triplet: 47, 0E and EB. RGB value is (71,14,235). Sum of RGB (Red+Green+Blue) = 71+14+235=320 (42% of max value = 765). Red value is 71 (28.12% from 255 or 22.19% from 320); Green value is 14 (5.86% from 255 or 4.38% from 320); Blue value is 235 (92.19% from 255 or 73.44% from 320); Max value from RGB is 235 - color contains mainly: blue. Hex color #470EEB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #470EEB is #B8F114. Grayscale: #373737. Windows color (decimal): -12120341 or 15404615. OLE color: 15404615.

HSL color Cylindrical-coordinate representation of color #470EEB: hue angle of 255.48º 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 #470EEB is Cyan = 0.70, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 71 14 235 -
CMYK 0.70 0.94 0 0.08
HSL 255.48º 0.89% 0.49% -
HSV(B) 255.48º 0.94% 0.92% -
XYZ 17.75 7.65 79.14 -
YUV 56.24 228.88 138.53 -
System Red Green Blue C M Y K H S L
Decimal 71 14 235 0.70 0.94 0 0.08 255.48 0.89 0.49
Hex 47 E EB 46 5E 0 8 FF 59 31
Octal 107 16 353 106 136 0 10 377 131 61
Binary 1000111 1110 11101011 1000110 1011110 0 1000 11111111 1011001 110001

Color Harmonies of #470EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470EEB

Black with #470EEB

Text Example


Text Example

White with #470EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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