Html Css Color HEX #470FF8 Han Purple

📋 copy color: '#470FF8'

red 71 ◦ green 15 ◦ blue 248

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

Shades of Han Purple #470FF8

Tints of Han Purple #470FF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 74.25%

R = 21.26%
G = 4.49%
B = 74.25%

CMYK

 C value IS 0.71

 M value IS 0.94

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#470FF8 (or 0x470FF8) is known color: Han Purple. HEX triplet: 47, 0F and F8. RGB value is (71,15,248). Sum of RGB (Red+Green+Blue) = 71+15+248=334 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.26% from 334); Green value is 15 (6.25% from 255 or 4.49% from 334); Blue value is 248 (97.27% from 255 or 74.25% from 334); Max value from RGB is 248 - color contains mainly: blue. Hex color #470FF8 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #470FF8 is #B8F007. Grayscale: #393939. Windows color (decimal): -12120072 or 16256839. OLE color: 16256839.

HSL color Cylindrical-coordinate representation of color #470FF8: hue angle of 254.42º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #470FF8 is Cyan = 0.71, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 71 15 248 -
CMYK 0.71 0.94 0 0.03
HSL 254.42º 0.94% 0.52% -
HSV(B) 254.42º 0.94% 0.97% -
XYZ 19.71 8.46 89.4 -
YUV 58.31 235.05 137.05 -
System Red Green Blue C M Y K H S L
Decimal 71 15 248 0.71 0.94 0 0.03 254.42 0.94 0.52
Hex 47 F F8 47 5E 0 3 FE 5E 34
Octal 107 17 370 107 136 0 3 376 136 64
Binary 1000111 1111 11111000 1000111 1011110 0 11 11111110 1011110 110100

Color Harmonies of #470FF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470FF8

Black with #470FF8

Text Example


Text Example

White with #470FF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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