#470fed

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

Shades of Han Purple #470FED

Tints of Han Purple #470FED

Color information

#470FED (or 0x470FED) is unknown color: approx Han Purple. HEX triplet: 47, 0F and ED. RGB value is (71,15,237). Sum of RGB (Red+Green+Blue) = 71+15+237=323 (42% of max value = 765). Red value is 71 (28.12% from 255 or 21.98% from 323); Green value is 15 (6.25% from 255 or 4.64% from 323); Blue value is 237 (92.97% from 255 or 73.37% from 323); Max value from RGB is 237 - color contains mainly: blue. Hex color #470FED is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #470FED is #B8F012. Grayscale: #383838. Windows color (decimal): -12120083 or 15535943. OLE color: 15535943.

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

Color convert

RGB7115237-
CMYK0.700.9400.07
HSL255.14º88.1%49.41%-
HSV(B)255.14º93.67%92.94%-
XYZ18.067.880.67-
YUV57.05229.55137.95-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 21.98%
GREEN value IS 15 (6.25% from 255) = 4.64%
BLUE value IS 237 (92.97% from 255) = 73.37%
R=21.98%
G=4.64%
B=73.37%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal71152370.700.9400.07255.1488.149.41
Hex47FED465E07ff5831
Octal107173551061360737713061
Binary1000111111111101101100011010111100111111111111011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470fed

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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