#5103DD

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

Shades of Han Purple #5103DD

Tints of Han Purple #5103DD

Color information

#5103DD (or 0x5103DD) is unknown color: approx Han Purple. HEX triplet: 51, 03 and DD. RGB value is (81,3,221). Sum of RGB (Red+Green+Blue) = 81+3+221=305 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.56% from 305); Green value is 3 (1.56% from 255 or 0.98% from 305); Blue value is 221 (86.72% from 255 or 72.46% from 305); Max value from RGB is 221 - color contains mainly: blue. Hex color #5103DD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5103DD is #AEFC22. Grayscale: #323232. Windows color (decimal): -11467811 or 14484305. OLE color: 14484305.

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

Color convert

RGB813221-
CMYK0.630.9900.13
HSL261.47º97.32%43.92%-
HSV(B)261.47º98.64%86.67%-
XYZ16.487.0368.9-
YUV51.17223.84149.27-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 26.56%
GREEN value IS 3 (1.56% from 255) = 0.98%
BLUE value IS 221 (86.72% from 255) = 72.46%
R=26.56%
G=0.98%
B=72.46%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal8132210.630.9900.13261.4797.3243.92
Hex513DD3F630D105612c
Octal12133357714301540514154
Binary101000111110111011111111100011011011000001011100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5103DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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