#470fef

Color #470FEF Han Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Han Purple #470FEF

Tints of Han Purple #470FEF

Color information

#470FEF (or 0x470FEF) is unknown color: approx Han Purple. HEX triplet: 47, 0F and EF. RGB value is (71,15,239). Sum of RGB (Red+Green+Blue) = 71+15+239=325 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.85% from 325); Green value is 15 (6.25% from 255 or 4.62% from 325); Blue value is 239 (93.75% from 255 or 73.54% from 325); Max value from RGB is 239 - color contains mainly: blue. Hex color #470FEF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #470FEF is #B8F010. Grayscale: #383838. Windows color (decimal): -12120081 or 15667015. OLE color: 15667015.

HSL color Cylindrical-coordinate representation of color #470FEF: hue angle of 255º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #470FEF is Cyan = 0.70, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB7115239-
CMYK0.700.9400.06
HSL255º88.19%49.8%-
HSV(B)255º93.72%93.73%-
XYZ18.357.9182.22-
YUV57.28230.55137.79-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 21.85%
GREEN value IS 15 (6.25% from 255) = 4.62%
BLUE value IS 239 (93.75% from 255) = 73.54%
R=21.85%
G=4.62%
B=73.54%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal71152390.700.9400.0625588.1949.8
Hex47FEF465E06ff5832
Octal107173571061360637713062
Binary1000111111111101111100011010111100110111111111011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470fef

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #470fef;
 }
 .AnyTagClassName
 {
   color: #470fef;
 }
</style>
background-color css

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

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

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

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

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

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