#4811FE

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

Shades of Han Purple #4811FE

Tints of Han Purple #4811FE

Color information

#4811FE (or 0x4811FE) is unknown color: approx Han Purple. HEX triplet: 48, 11 and FE. RGB value is (72,17,254). Sum of RGB (Red+Green+Blue) = 72+17+254=343 (45% of max value = 765). Red value is 72 (28.52% from 255 or 20.99% from 343); Green value is 17 (7.03% from 255 or 4.96% from 343); Blue value is 254 (99.61% from 255 or 74.05% from 343); Max value from RGB is 254 - color contains mainly: blue. Hex color #4811FE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4811FE is #B7EE01. Grayscale: #3B3B3B. Windows color (decimal): -12054018 or 16650568. OLE color: 16650568.

HSL color Cylindrical-coordinate representation of color #4811FE: hue angle of 253.92º 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 #4811FE is Cyan = 0.72, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB7217254-
CMYK0.720.9300.00
HSL253.92º99.16%53.14%-
HSV(B)253.92º93.31%99.61%-
XYZ20.768.9394.4-
YUV60.46237.22136.23-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.99%
GREEN value IS 17 (7.03% from 255) = 4.96%
BLUE value IS 254 (99.61% from 255) = 74.05%
R=20.99%
G=4.96%
B=74.05%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal72172540.720.9300.00253.9299.1653.14
Hex4811FE485D00fe6335
Octal110213761101350037614365
Binary100100010001111111101001000101110100111111101100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4811FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4811FE; }

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

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

<style>
 a { background-color: #4811FE; }

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

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

<style>
 span { border-color: #4811FE; }

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

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