#4F11DE

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

Shades of Han Purple #4F11DE

Tints of Han Purple #4F11DE

Color information

#4F11DE (or 0x4F11DE) is unknown color: approx Han Purple. HEX triplet: 4F, 11 and DE. RGB value is (79,17,222). Sum of RGB (Red+Green+Blue) = 79+17+222=318 (42% of max value = 765). Red value is 79 (31.25% from 255 or 24.84% from 318); Green value is 17 (7.03% from 255 or 5.35% from 318); Blue value is 222 (87.11% from 255 or 69.81% from 318); Max value from RGB is 222 - color contains mainly: blue. Hex color #4F11DE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4F11DE is #B0EE21. Grayscale: #3A3A3A. Windows color (decimal): -11595298 or 14553423. OLE color: 14553423.

HSL color Cylindrical-coordinate representation of color #4F11DE: hue angle of 258.15º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4F11DE is Cyan = 0.64, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB7917222-
CMYK0.640.9200.13
HSL258.15º85.77%46.86%-
HSV(B)258.15º92.34%87.06%-
XYZ16.617.3469.65-
YUV58.91220.04142.33-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 24.84%
GREEN value IS 17 (7.03% from 255) = 5.35%
BLUE value IS 222 (87.11% from 255) = 69.81%
R=24.84%
G=5.35%
B=69.81%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal79172220.640.9200.13258.1585.7746.86
Hex4F11DE405C0D102562f
Octal1172133610013401540212657
Binary1001111100011101111010000001011100011011000000101010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F11DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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