#4721FA

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

Shades of Han Purple #4721FA

Tints of Han Purple #4721FA

Color information

#4721FA (or 0x4721FA) is unknown color: approx Han Purple. HEX triplet: 47, 21 and FA. RGB value is (71,33,250). Sum of RGB (Red+Green+Blue) = 71+33+250=354 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.06% from 354); Green value is 33 (13.28% from 255 or 9.32% from 354); Blue value is 250 (98.05% from 255 or 70.62% from 354); Max value from RGB is 250 - color contains mainly: blue. Hex color #4721FA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4721FA is #B8DE05. Grayscale: #444444. Windows color (decimal): -12115462 or 16392519. OLE color: 16392519.

HSL color Cylindrical-coordinate representation of color #4721FA: hue angle of 250.51º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4721FA is Cyan = 0.72, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB7133250-
CMYK0.720.8700.02
HSL250.51º95.59%55.49%-
HSV(B)250.51º86.8%98.04%-
XYZ20.49.3391.17-
YUV69.1230.09129.36-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 20.06%
GREEN value IS 33 (13.28% from 255) = 9.32%
BLUE value IS 250 (98.05% from 255) = 70.62%
R=20.06%
G=9.32%
B=70.62%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal71332500.720.8700.02250.5195.5955.49
Hex4721FA485702fb6037
Octal107413721101270237314067
Binary10001111000011111101010010001010111010111110111100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4721FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4721FA; }

 p { color: rgb(71,33,250); }

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

<style>
 a { background-color: #4721FA; }

 a { background-color: rgb(71,33,250); }

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

<style>
 span { border-color: #4721FA; }

 span { border-color: rgb(71,33,250); }

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