#4712FB

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

Shades of Han Purple #4712FB

Tints of Han Purple #4712FB

Color information

#4712FB (or 0x4712FB) is unknown color: approx Han Purple. HEX triplet: 47, 12 and FB. RGB value is (71,18,251). Sum of RGB (Red+Green+Blue) = 71+18+251=340 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.88% from 340); Green value is 18 (7.42% from 255 or 5.29% from 340); Blue value is 251 (98.44% from 255 or 73.82% from 340); Max value from RGB is 251 - color contains mainly: blue. Hex color #4712FB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4712FB is #B8ED04. Grayscale: #3B3B3B. Windows color (decimal): -12119301 or 16454215. OLE color: 16454215.

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

Color convert

RGB7118251-
CMYK0.720.9300.02
HSL253.65º96.68%52.75%-
HSV(B)253.65º92.83%98.43%-
XYZ20.238.7491.89-
YUV60.41235.56135.55-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 20.88%
GREEN value IS 18 (7.42% from 255) = 5.29%
BLUE value IS 251 (98.44% from 255) = 73.82%
R=20.88%
G=5.29%
B=73.82%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal71182510.720.9300.02253.6596.6852.75
Hex4712FB485D02fe6135
Octal107223731101350237614165
Binary1000111100101111101110010001011101010111111101100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4712FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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