#4714FB

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

Shades of Han Purple #4714FB

Tints of Han Purple #4714FB

Color information

#4714FB (or 0x4714FB) is unknown color: approx Han Purple. HEX triplet: 47, 14 and FB. RGB value is (71,20,251). Sum of RGB (Red+Green+Blue) = 71+20+251=342 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.76% from 342); Green value is 20 (8.20% from 255 or 5.85% from 342); Blue value is 251 (98.44% from 255 or 73.39% from 342); Max value from RGB is 251 - color contains mainly: blue. Hex color #4714FB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4714FB is #B8EB04. Grayscale: #3C3C3C. Windows color (decimal): -12118789 or 16454727. OLE color: 16454727.

HSL color Cylindrical-coordinate representation of color #4714FB: hue angle of 253.25º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4714FB is Cyan = 0.72, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB7120251-
CMYK0.720.9200.02
HSL253.25º96.65%53.14%-
HSV(B)253.25º92.03%98.43%-
XYZ20.268.891.9-
YUV61.58234.9134.72-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 20.76%
GREEN value IS 20 (8.20% from 255) = 5.85%
BLUE value IS 251 (98.44% from 255) = 73.39%
R=20.76%
G=5.85%
B=73.39%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal71202510.720.9200.02253.2596.6553.14
Hex4714FB485C02fd6135
Octal107243731101340237514165
Binary1000111101001111101110010001011100010111111011100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4714FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4714FB; }

 p { color: rgb(71,20,251); }

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

<style>
 a { background-color: #4714FB; }

 a { background-color: rgb(71,20,251); }

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

<style>
 span { border-color: #4714FB; }

 span { border-color: rgb(71,20,251); }

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