#4F11E6

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

Shades of Han Purple #4F11E6

Tints of Han Purple #4F11E6

Color information

#4F11E6 (or 0x4F11E6) is unknown color: approx Han Purple. HEX triplet: 4F, 11 and E6. RGB value is (79,17,230). Sum of RGB (Red+Green+Blue) = 79+17+230=326 (43% of max value = 765). Red value is 79 (31.25% from 255 or 24.23% from 326); Green value is 17 (7.03% from 255 or 5.21% from 326); Blue value is 230 (90.23% from 255 or 70.55% from 326); Max value from RGB is 230 - color contains mainly: blue. Hex color #4F11E6 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #4F11E6 is #B0EE19. Grayscale: #3B3B3B. Windows color (decimal): -11595290 or 15077711. OLE color: 15077711.

HSL color Cylindrical-coordinate representation of color #4F11E6: hue angle of 257.46º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4F11E6 is Cyan = 0.66, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB7917230-
CMYK0.660.9300.10
HSL257.46º86.23%48.43%-
HSV(B)257.46º92.61%90.2%-
XYZ17.717.7875.43-
YUV59.82224.04141.68-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 24.23%
GREEN value IS 17 (7.03% from 255) = 5.21%
BLUE value IS 230 (90.23% from 255) = 70.55%
R=24.23%
G=5.21%
B=70.55%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal79172300.660.9300.10257.4686.2348.43
Hex4F11E6425D0A1015630
Octal1172134610213501240112660
Binary1001111100011110011010000101011101010101000000011010110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F11E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4F11E6; }

 p { color: rgb(79,17,230); }

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

<style>
 a { background-color: #4F11E6; }

 a { background-color: rgb(79,17,230); }

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

<style>
 span { border-color: #4F11E6; }

 span { border-color: rgb(79,17,230); }

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