#560AFD

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

Shades of Han Purple #560AFD

Tints of Han Purple #560AFD

Color information

#560AFD (or 0x560AFD) is unknown color: approx Han Purple. HEX triplet: 56, 0A and FD. RGB value is (86,10,253). Sum of RGB (Red+Green+Blue) = 86+10+253=349 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.64% from 349); Green value is 10 (4.30% from 255 or 2.87% from 349); Blue value is 253 (99.22% from 255 or 72.49% from 349); Max value from RGB is 253 - color contains mainly: blue. Hex color #560AFD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #560AFD is #A9F502. Grayscale: #3B3B3B. Windows color (decimal): -11138307 or 16583254. OLE color: 16583254.

HSL color Cylindrical-coordinate representation of color #560AFD: hue angle of 258.77º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #560AFD is Cyan = 0.66, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB8610253-
CMYK0.660.9600.01
HSL258.77º98.38%51.57%-
HSV(B)258.77º96.05%99.22%-
XYZ21.689.2993.58-
YUV60.43236.68146.24-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.64%
GREEN value IS 10 (4.30% from 255) = 2.87%
BLUE value IS 253 (99.22% from 255) = 72.49%
R=24.64%
G=2.87%
B=72.49%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal86102530.660.9600.01258.7798.3851.57
Hex56AFD4260011036234
Octal126123751021400140314264
Binary101011010101111110110000101100000011000000111100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560AFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,10,253); }

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

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

 a { background-color: rgb(86,10,253); }

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

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

 span { border-color: rgb(86,10,253); }

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