#5114ff

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

Shades of Han Purple #5114FF

Tints of Han Purple #5114FF

Color information

#5114FF (or 0x5114FF) is unknown color: approx Han Purple. HEX triplet: 51, 14 and FF. RGB value is (81,20,255). Sum of RGB (Red+Green+Blue) = 81+20+255=356 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.75% from 356); Green value is 20 (8.20% from 255 or 5.62% from 356); Blue value is 255 (100% from 255 or 71.63% from 356); Max value from RGB is 255 - color contains mainly: blue. Hex color #5114FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5114FF is #AEEB00. Grayscale: #404040. Windows color (decimal): -11463425 or 16716881. OLE color: 16716881.

HSL color Cylindrical-coordinate representation of color #5114FF: hue angle of 255.57º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5114FF is Cyan = 0.68, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB8120255-
CMYK0.680.9200
HSL255.57º100%53.92%-
HSV(B)255.57º92.16%100%-
XYZ21.699.4795.29-
YUV65.03235.21139.39-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 22.75%
GREEN value IS 20 (8.20% from 255) = 5.62%
BLUE value IS 255 (100% from 255) = 71.63%
R=22.75%
G=5.62%
B=71.63%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal81202550.680.9200255.5710053.92
Hex5114FF445C001006436
Octal121243771041340040014466
Binary1010001101001111111110001001011100001000000001100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5114ff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5114ff; }

 p { color: rgb(81,20,255); }

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

<style>
 a { background-color: #5114ff; }

 a { background-color: rgb(81,20,255); }

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

<style>
 span { border-color: #5114ff; }

 span { border-color: rgb(81,20,255); }

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