Html Css Color HEX #470FFF Han Purple

📋 copy color: '#470FFF'

red 71 ◦ green 15 ◦ blue 255

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

Shades of Han Purple #470FFF

Tints of Han Purple #470FFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 74.78%

R = 20.82%
G = 4.4%
B = 74.78%

CMYK

 C value IS 0.72

 M value IS 0.94

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#470FFF (or 0x470FFF) is known color: Han Purple. HEX triplet: 47, 0F and FF. RGB value is (71,15,255). Sum of RGB (Red+Green+Blue) = 71+15+255=341 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.82% from 341); Green value is 15 (6.25% from 255 or 4.40% from 341); Blue value is 255 (100% from 255 or 74.78% from 341); Max value from RGB is 255 - color contains mainly: blue. Hex color #470FFF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #470FFF is #B8F000. Grayscale: #3A3A3A. Windows color (decimal): -12120065 or 16715591. OLE color: 16715591.

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

Color convert

RGB 71 15 255 -
CMYK 0.72 0.94 0 0
HSL 254º 1% 0.53% -
HSV(B) 254º 0.94% 1% -
XYZ 20.82 8.9 95.23 -
YUV 59.1 238.55 136.49 -
System Red Green Blue C M Y K H S L
Decimal 71 15 255 0.72 0.94 0 0 254 1 0.53
Hex 47 F FF 48 5E 0 0 FE 64 35
Octal 107 17 377 110 136 0 0 376 144 65
Binary 1000111 1111 11111111 1001000 1011110 0 0 11111110 1100100 110101

Color Harmonies of #470FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470FFF

Black with #470FFF

Text Example


Text Example

White with #470FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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