Html Css Color HEX #470FFE Han Purple

📋 copy color: '#470FFE'

red 71 ◦ green 15 ◦ blue 254

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

Shades of Han Purple #470FFE

Tints of Han Purple #470FFE

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.41%

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

R = 20.88%
G = 4.41%
B = 74.71%

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

#470FFE (or 0x470FFE) is known color: Han Purple. HEX triplet: 47, 0F and FE. RGB value is (71,15,254). Sum of RGB (Red+Green+Blue) = 71+15+254=340 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.88% from 340); Green value is 15 (6.25% from 255 or 4.41% from 340); Blue value is 254 (99.61% from 255 or 74.71% from 340); Max value from RGB is 254 - color contains mainly: blue. Hex color #470FFE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #470FFE is #B8F001. Grayscale: #3A3A3A. Windows color (decimal): -12120066 or 16650055. OLE color: 16650055.

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

Color convert

RGB 71 15 254 -
CMYK 0.72 0.94 0 0.00
HSL 254.06º 0.99% 0.53% -
HSV(B) 254.06º 0.94% 1% -
XYZ 20.66 8.84 94.38 -
YUV 58.99 238.05 136.57 -
System Red Green Blue C M Y K H S L
Decimal 71 15 254 0.72 0.94 0 0.00 254.06 0.99 0.53
Hex 47 F FE 48 5E 0 0 FE 63 35
Octal 107 17 376 110 136 0 0 376 143 65
Binary 1000111 1111 11111110 1001000 1011110 0 0 11111110 1100011 110101

Color Harmonies of #470FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470FFE

Black with #470FFE

Text Example


Text Example

White with #470FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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