#560DDA

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

Shades of Han Purple #560DDA

Tints of Han Purple #560DDA

Color information

#560DDA (or 0x560DDA) is unknown color: approx Han Purple. HEX triplet: 56, 0D and DA. RGB value is (86,13,218). Sum of RGB (Red+Green+Blue) = 86+13+218=317 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.13% from 317); Green value is 13 (5.47% from 255 or 4.10% from 317); Blue value is 218 (85.55% from 255 or 68.77% from 317); Max value from RGB is 218 - color contains mainly: blue. Hex color #560DDA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #560DDA is #A9F225. Grayscale: #393939. Windows color (decimal): -11137574 or 14290262. OLE color: 14290262.

HSL color Cylindrical-coordinate representation of color #560DDA: hue angle of 261.37º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #560DDA is Cyan = 0.61, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB8613218-
CMYK0.610.9400.15
HSL261.37º88.74%45.29%-
HSV(B)261.37º94.04%85.49%-
XYZ16.647.3366.87-
YUV58.2218.18147.83-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 27.13%
GREEN value IS 13 (5.47% from 255) = 4.10%
BLUE value IS 218 (85.55% from 255) = 68.77%
R=27.13%
G=4.10%
B=68.77%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal86132180.610.9400.15261.3788.7445.29
Hex56DDA3D5E0F105592d
Octal126153327513601740513155
Binary10101101101110110101111011011110011111000001011011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560DDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #560DDA; }

 p { color: rgb(86,13,218); }

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

<style>
 a { background-color: #560DDA; }

 a { background-color: rgb(86,13,218); }

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

<style>
 span { border-color: #560DDA; }

 span { border-color: rgb(86,13,218); }

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