#5105DA

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

Shades of Han Purple #5105DA

Tints of Han Purple #5105DA

Color information

#5105DA (or 0x5105DA) is unknown color: approx Han Purple. HEX triplet: 51, 05 and DA. RGB value is (81,5,218). Sum of RGB (Red+Green+Blue) = 81+5+218=304 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.64% from 304); Green value is 5 (2.34% from 255 or 1.64% from 304); Blue value is 218 (85.55% from 255 or 71.71% from 304); Max value from RGB is 218 - color contains mainly: blue. Hex color #5105DA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5105DA is #AEFA25. Grayscale: #333333. Windows color (decimal): -11467302 or 14288209. OLE color: 14288209.

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

Color convert

RGB815218-
CMYK0.630.9800.15
HSL261.41º95.52%43.73%-
HSV(B)261.41º97.71%85.49%-
XYZ16.16.9266.82-
YUV52.01221.68148.68-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 26.64%
GREEN value IS 5 (2.34% from 255) = 1.64%
BLUE value IS 218 (85.55% from 255) = 71.71%
R=26.64%
G=1.64%
B=71.71%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal8152180.630.9800.15261.4195.5243.73
Hex515DA3F620F105602c
Octal12153327714201740514054
Binary1010001101110110101111111100010011111000001011100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5105DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5105DA; }

 p { color: rgb(81,5,218); }

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

<style>
 a { background-color: #5105DA; }

 a { background-color: rgb(81,5,218); }

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

<style>
 span { border-color: #5105DA; }

 span { border-color: rgb(81,5,218); }

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