#5104DD

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

Shades of Han Purple #5104DD

Tints of Han Purple #5104DD

Color information

#5104DD (or 0x5104DD) is unknown color: approx Han Purple. HEX triplet: 51, 04 and DD. RGB value is (81,4,221). Sum of RGB (Red+Green+Blue) = 81+4+221=306 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.47% from 306); Green value is 4 (1.95% from 255 or 1.31% from 306); Blue value is 221 (86.72% from 255 or 72.22% from 306); Max value from RGB is 221 - color contains mainly: blue. Hex color #5104DD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5104DD is #AEFB22. Grayscale: #323232. Windows color (decimal): -11467555 or 14484561. OLE color: 14484561.

HSL color Cylindrical-coordinate representation of color #5104DD: hue angle of 261.29º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5104DD is Cyan = 0.63, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB814221-
CMYK0.630.9800.13
HSL261.29º96.44%44.12%-
HSV(B)261.29º98.19%86.67%-
XYZ16.497.0668.9-
YUV51.76223.51148.86-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 26.47%
GREEN value IS 4 (1.95% from 255) = 1.31%
BLUE value IS 221 (86.72% from 255) = 72.22%
R=26.47%
G=1.31%
B=72.22%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal8142210.630.9800.13261.2996.4444.12
Hex514DD3F620D105602c
Octal12143357714201540514054
Binary1010001100110111011111111100010011011000001011100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5104DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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