#4F11FF

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

Shades of Han Purple #4F11FF

Tints of Han Purple #4F11FF

Color information

#4F11FF (or 0x4F11FF) is unknown color: approx Han Purple. HEX triplet: 4F, 11 and FF. RGB value is (79,17,255). Sum of RGB (Red+Green+Blue) = 79+17+255=351 (46% of max value = 765). Red value is 79 (31.25% from 255 or 22.51% from 351); Green value is 17 (7.03% from 255 or 4.84% from 351); Blue value is 255 (100% from 255 or 72.65% from 351); Max value from RGB is 255 - color contains mainly: blue. Hex color #4F11FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #4F11FF is #B0EE00. Grayscale: #3D3D3D. Windows color (decimal): -11595265 or 16716111. OLE color: 16716111.

HSL color Cylindrical-coordinate representation of color #4F11FF: hue angle of 255.63º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4F11FF is Cyan = 0.69, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB7917255-
CMYK0.690.9300
HSL255.63º100%53.33%-
HSV(B)255.63º93.33%100%-
XYZ21.479.2895.27-
YUV62.67236.54139.65-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 22.51%
GREEN value IS 17 (7.03% from 255) = 4.84%
BLUE value IS 255 (100% from 255) = 72.65%
R=22.51%
G=4.84%
B=72.65%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal79172550.690.9300255.6310053.33
Hex4F11FF455D001006435
Octal117213771051350040014465
Binary1001111100011111111110001011011101001000000001100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F11FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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