#4911FF

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

Shades of Han Purple #4911FF

Tints of Han Purple #4911FF

Color information

#4911FF (or 0x4911FF) is unknown color: approx Han Purple. HEX triplet: 49, 11 and FF. RGB value is (73,17,255). Sum of RGB (Red+Green+Blue) = 73+17+255=345 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.16% from 345); Green value is 17 (7.03% from 255 or 4.93% from 345); Blue value is 255 (100% from 255 or 73.91% from 345); Max value from RGB is 255 - color contains mainly: blue. Hex color #4911FF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4911FF is #B6EE00. Grayscale: #3B3B3B. Windows color (decimal): -11988481 or 16716105. OLE color: 16716105.

HSL color Cylindrical-coordinate representation of color #4911FF: hue angle of 254.12º 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 #4911FF is Cyan = 0.71, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB7317255-
CMYK0.710.9300
HSL254.12º100%53.33%-
HSV(B)254.12º93.33%100%-
XYZ219.0495.25-
YUV60.88237.55136.65-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.16%
GREEN value IS 17 (7.03% from 255) = 4.93%
BLUE value IS 255 (100% from 255) = 73.91%
R=21.16%
G=4.93%
B=73.91%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal73172550.710.9300254.1210053.33
Hex4911FF475D00fe6435
Octal111213771071350037614465
Binary100100110001111111111000111101110100111111101100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4911FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4911FF; }

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

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

<style>
 a { background-color: #4911FF; }

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

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

<style>
 span { border-color: #4911FF; }

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

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