#4A11FE

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

Shades of Han Purple #4A11FE

Tints of Han Purple #4A11FE

Color information

#4A11FE (or 0x4A11FE) is unknown color: approx Han Purple. HEX triplet: 4A, 11 and FE. RGB value is (74,17,254). Sum of RGB (Red+Green+Blue) = 74+17+254=345 (45% of max value = 765). Red value is 74 (29.30% from 255 or 21.45% from 345); Green value is 17 (7.03% from 255 or 4.93% from 345); Blue value is 254 (99.61% from 255 or 73.62% from 345); Max value from RGB is 254 - color contains mainly: blue. Hex color #4A11FE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4A11FE is #B5EE01. Grayscale: #3C3C3C. Windows color (decimal): -11922946 or 16650570. OLE color: 16650570.

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

Color convert

RGB7417254-
CMYK0.710.9300.00
HSL254.43º99.16%53.14%-
HSV(B)254.43º93.31%99.61%-
XYZ20.919.0194.4-
YUV61.06236.88137.23-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 21.45%
GREEN value IS 17 (7.03% from 255) = 4.93%
BLUE value IS 254 (99.61% from 255) = 73.62%
R=21.45%
G=4.93%
B=73.62%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal74172540.710.9300.00254.4399.1653.14
Hex4A11FE475D00fe6335
Octal112213761071350037614365
Binary100101010001111111101000111101110100111111101100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A11FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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