Html Css Color HEX #470EFE Han Purple

📋 copy color: '#470EFE'

red 71 ◦ green 14 ◦ blue 254

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

Shades of Han Purple #470EFE

Tints of Han Purple #470EFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 74.93%

R = 20.94%
G = 4.13%
B = 74.93%

CMYK

 C value IS 0.72

 M value IS 0.94

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#470EFE (or 0x470EFE) is known color: Han Purple. HEX triplet: 47, 0E and FE. RGB value is (71,14,254). Sum of RGB (Red+Green+Blue) = 71+14+254=339 (44% of max value = 765). Red value is 71 (28.12% from 255 or 20.94% from 339); Green value is 14 (5.86% from 255 or 4.13% from 339); Blue value is 254 (99.61% from 255 or 74.93% from 339); Max value from RGB is 254 - color contains mainly: blue. Hex color #470EFE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #470EFE is #B8F101. Grayscale: #393939. Windows color (decimal): -12120322 or 16649799. OLE color: 16649799.

HSL color Cylindrical-coordinate representation of color #470EFE: hue angle of 254.25º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #470EFE is Cyan = 0.72, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 71 14 254 -
CMYK 0.72 0.94 0 0.00
HSL 254.25º 0.99% 0.53% -
HSV(B) 254.25º 0.94% 1% -
XYZ 20.64 8.81 94.38 -
YUV 58.4 238.38 136.99 -
System Red Green Blue C M Y K H S L
Decimal 71 14 254 0.72 0.94 0 0.00 254.25 0.99 0.53
Hex 47 E FE 48 5E 0 0 FE 63 35
Octal 107 16 376 110 136 0 0 376 143 65
Binary 1000111 1110 11111110 1001000 1011110 0 0 11111110 1100011 110101

Color Harmonies of #470EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470EFE

Black with #470EFE

Text Example


Text Example

White with #470EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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