#4711f2

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

Shades of Han Purple #4711F2

Tints of Han Purple #4711F2

Color information

#4711F2 (or 0x4711F2) is unknown color: approx Han Purple. HEX triplet: 47, 11 and F2. RGB value is (71,17,242). Sum of RGB (Red+Green+Blue) = 71+17+242=330 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.52% from 330); Green value is 17 (7.03% from 255 or 5.15% from 330); Blue value is 242 (94.92% from 255 or 73.33% from 330); Max value from RGB is 242 - color contains mainly: blue. Hex color #4711F2 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4711F2 is #B8EE0D. Grayscale: #393939. Windows color (decimal): -12119566 or 15864135. OLE color: 15864135.

HSL color Cylindrical-coordinate representation of color #4711F2: hue angle of 254.4º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4711F2 is Cyan = 0.71, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB7117242-
CMYK0.710.9300.05
HSL254.4º89.64%50.78%-
HSV(B)254.4º92.98%94.9%-
XYZ18.838.1584.59-
YUV58.8231.39136.7-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 21.52%
GREEN value IS 17 (7.03% from 255) = 5.15%
BLUE value IS 242 (94.92% from 255) = 73.33%
R=21.52%
G=5.15%
B=73.33%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal71172420.710.9300.05254.489.6450.78
Hex4711F2475D05fe5a33
Octal107213621071350537613263
Binary10001111000111110010100011110111010101111111101011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4711f2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4711f2; }

 p { color: rgb(71,17,242); }

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

<style>
 a { background-color: #4711f2; }

 a { background-color: rgb(71,17,242); }

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

<style>
 span { border-color: #4711f2; }

 span { border-color: rgb(71,17,242); }

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