#4700f7

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

Shades of Han Purple #4700F7

Tints of Han Purple #4700F7

Color information

#4700F7 (or 0x4700F7) is unknown color: approx Han Purple. HEX triplet: 47, 00 and F7. RGB value is (71,0,247). Sum of RGB (Red+Green+Blue) = 71+0+247=318 (42% of max value = 765). Red value is 71 (28.12% from 255 or 22.33% from 318); Green value is 0 (0.39% from 255 or 0% from 318); Blue value is 247 (96.88% from 255 or 77.67% from 318); Max value from RGB is 247 - color contains mainly: blue. Hex color #4700F7 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4700F7 is #B8FF08. Grayscale: #303030. Windows color (decimal): -12123913 or 16187463. OLE color: 16187463.

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

Color convert

RGB710247-
CMYK0.71100.03
HSL257.25º100%48.43%-
HSV(B)257.25º100%96.86%-
XYZ19.398.0588.53-
YUV49.39239.52143.42-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 22.33%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 247 (96.88% from 255) = 77.67%
R=22.33%
G=0%
B=77.67%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal7102470.71100.03257.2510048.43
Hex470F74764031016430
Octal10703671071440340114460
Binary1000111011110111100011111001000111000000011100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4700f7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4700f7; }

 p { color: rgb(71,0,247); }

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

<style>
 a { background-color: #4700f7; }

 a { background-color: rgb(71,0,247); }

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

<style>
 span { border-color: #4700f7; }

 span { border-color: rgb(71,0,247); }

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