#561DF0

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

Shades of Han Purple #561DF0

Tints of Han Purple #561DF0

Color information

#561DF0 (or 0x561DF0) is unknown color: approx Han Purple. HEX triplet: 56, 1D and F0. RGB value is (86,29,240). Sum of RGB (Red+Green+Blue) = 86+29+240=355 (47% of max value = 765). Red value is 86 (33.98% from 255 or 24.23% from 355); Green value is 29 (11.72% from 255 or 8.17% from 355); Blue value is 240 (94.14% from 255 or 67.61% from 355); Max value from RGB is 240 - color contains mainly: blue. Hex color #561DF0 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #561DF0 is #A9E20F. Grayscale: #454545. Windows color (decimal): -11133456 or 15736150. OLE color: 15736150.

HSL color Cylindrical-coordinate representation of color #561DF0: hue angle of 256.21º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #561DF0 is Cyan = 0.64, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB8629240-
CMYK0.640.8800.06
HSL256.21º87.55%52.75%-
HSV(B)256.21º87.92%94.12%-
XYZ20.019.1583.15-
YUV70.1223.88139.34-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.23%
GREEN value IS 29 (11.72% from 255) = 8.17%
BLUE value IS 240 (94.14% from 255) = 67.61%
R=24.23%
G=8.17%
B=67.61%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal86292400.640.8800.06256.2187.5552.75
Hex561DF04058061005835
Octal126353601001300640013065
Binary101011011101111100001000000101100001101000000001011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561DF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561DF0; }

 p { color: rgb(86,29,240); }

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

<style>
 a { background-color: #561DF0; }

 a { background-color: rgb(86,29,240); }

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

<style>
 span { border-color: #561DF0; }

 span { border-color: rgb(86,29,240); }

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