#4720FC

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

Shades of Han Purple #4720FC

Tints of Han Purple #4720FC

Color information

#4720FC (or 0x4720FC) is unknown color: approx Han Purple. HEX triplet: 47, 20 and FC. RGB value is (71,32,252). Sum of RGB (Red+Green+Blue) = 71+32+252=355 (47% of max value = 765). Red value is 71 (28.12% from 255 or 20% from 355); Green value is 32 (12.89% from 255 or 9.01% from 355); Blue value is 252 (98.83% from 255 or 70.99% from 355); Max value from RGB is 252 - color contains mainly: blue. Hex color #4720FC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4720FC is #B8DF03. Grayscale: #434343. Windows color (decimal): -12115716 or 16523335. OLE color: 16523335.

HSL color Cylindrical-coordinate representation of color #4720FC: hue angle of 250.64º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4720FC is Cyan = 0.72, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB7132252-
CMYK0.720.8700.01
HSL250.64º97.35%55.69%-
HSV(B)250.64º87.3%98.82%-
XYZ20.699.492.82-
YUV68.74231.42129.61-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 20%
GREEN value IS 32 (12.89% from 255) = 9.01%
BLUE value IS 252 (98.83% from 255) = 70.99%
R=20%
G=9.01%
B=70.99%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal71322520.720.8700.01250.6497.3555.69
Hex4720FC485701fb6138
Octal107403741101270137314170
Binary1000111100000111111001001000101011101111110111100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4720FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4720FC; }

 p { color: rgb(71,32,252); }

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

<style>
 a { background-color: #4720FC; }

 a { background-color: rgb(71,32,252); }

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

<style>
 span { border-color: #4720FC; }

 span { border-color: rgb(71,32,252); }

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