#5104F1

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

Shades of Han Purple #5104F1

Tints of Han Purple #5104F1

Color information

#5104F1 (or 0x5104F1) is unknown color: approx Han Purple. HEX triplet: 51, 04 and F1. RGB value is (81,4,241). Sum of RGB (Red+Green+Blue) = 81+4+241=326 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.85% from 326); Green value is 4 (1.95% from 255 or 1.23% from 326); Blue value is 241 (94.53% from 255 or 73.93% from 326); Max value from RGB is 241 - color contains mainly: blue. Hex color #5104F1 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5104F1 is #AEFB0E. Grayscale: #353535. Windows color (decimal): -11467535 or 15795281. OLE color: 15795281.

HSL color Cylindrical-coordinate representation of color #5104F1: hue angle of 259.49º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5104F1 is Cyan = 0.66, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB814241-
CMYK0.660.9800.05
HSL259.49º96.73%48.04%-
HSV(B)259.49º98.34%94.51%-
XYZ19.318.1983.78-
YUV54.04233.51147.23-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.85%
GREEN value IS 4 (1.95% from 255) = 1.23%
BLUE value IS 241 (94.53% from 255) = 73.93%
R=24.85%
G=1.23%
B=73.93%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal8142410.660.9800.05259.4996.7348.04
Hex514F14262051036130
Octal12143611021420540314160
Binary1010001100111100011000010110001001011000000111100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5104F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5104F1; }

 p { color: rgb(81,4,241); }

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

<style>
 a { background-color: #5104F1; }

 a { background-color: rgb(81,4,241); }

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

<style>
 span { border-color: #5104F1; }

 span { border-color: rgb(81,4,241); }

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