#4A11FF

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

Shades of Han Purple #4A11FF

Tints of Han Purple #4A11FF

Color information

#4A11FF (or 0x4A11FF) is unknown color: approx Han Purple. HEX triplet: 4A, 11 and FF. RGB value is (74,17,255). Sum of RGB (Red+Green+Blue) = 74+17+255=346 (45% of max value = 765). Red value is 74 (29.30% from 255 or 21.39% from 346); Green value is 17 (7.03% from 255 or 4.91% from 346); Blue value is 255 (100% from 255 or 73.70% from 346); Max value from RGB is 255 - color contains mainly: blue. Hex color #4A11FF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4A11FF is #B5EE00. Grayscale: #3C3C3C. Windows color (decimal): -11922945 or 16716106. OLE color: 16716106.

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

Color convert

RGB7417255-
CMYK0.710.9300
HSL254.37º100%53.33%-
HSV(B)254.37º93.33%100%-
XYZ21.079.0895.25-
YUV61.18237.38137.15-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 21.39%
GREEN value IS 17 (7.03% from 255) = 4.91%
BLUE value IS 255 (100% from 255) = 73.70%
R=21.39%
G=4.91%
B=73.70%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal74172550.710.9300254.3710053.33
Hex4A11FF475D00fe6435
Octal112213771071350037614465
Binary100101010001111111111000111101110100111111101100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A11FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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