#560DE5

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

Shades of Han Purple #560DE5

Tints of Han Purple #560DE5

Color information

#560DE5 (or 0x560DE5) is unknown color: approx Han Purple. HEX triplet: 56, 0D and E5. RGB value is (86,13,229). Sum of RGB (Red+Green+Blue) = 86+13+229=328 (43% of max value = 765). Red value is 86 (33.98% from 255 or 26.22% from 328); Green value is 13 (5.47% from 255 or 3.96% from 328); Blue value is 229 (89.84% from 255 or 69.82% from 328); Max value from RGB is 229 - color contains mainly: blue. Hex color #560DE5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #560DE5 is #A9F21A. Grayscale: #3A3A3A. Windows color (decimal): -11137563 or 15011158. OLE color: 15011158.

HSL color Cylindrical-coordinate representation of color #560DE5: hue angle of 260.28º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #560DE5 is Cyan = 0.62, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB8613229-
CMYK0.620.9400.10
HSL260.28º89.26%47.45%-
HSV(B)260.28º94.32%89.8%-
XYZ18.127.9274.7-
YUV59.45223.68146.94-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 26.22%
GREEN value IS 13 (5.47% from 255) = 3.96%
BLUE value IS 229 (89.84% from 255) = 69.82%
R=26.22%
G=3.96%
B=69.82%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal86132290.620.9400.10260.2889.2647.45
Hex56DE53E5E0A104592f
Octal126153457613601240413157
Binary10101101101111001011111101011110010101000001001011001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560DE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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