#560CF9

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

Shades of Han Purple #560CF9

Tints of Han Purple #560CF9

Color information

#560CF9 (or 0x560CF9) is unknown color: approx Han Purple. HEX triplet: 56, 0C and F9. RGB value is (86,12,249). Sum of RGB (Red+Green+Blue) = 86+12+249=347 (45% of max value = 765). Red value is 86 (33.98% from 255 or 24.78% from 347); Green value is 12 (5.08% from 255 or 3.46% from 347); Blue value is 249 (97.66% from 255 or 71.76% from 347); Max value from RGB is 249 - color contains mainly: blue. Hex color #560CF9 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #560CF9 is #A9F306. Grayscale: #3C3C3C. Windows color (decimal): -11137799 or 16321622. OLE color: 16321622.

HSL color Cylindrical-coordinate representation of color #560CF9: hue angle of 258.73º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #560CF9 is Cyan = 0.65, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB8612249-
CMYK0.650.9500.02
HSL258.73º95.18%51.18%-
HSV(B)258.73º95.18%97.65%-
XYZ21.079.0890.26-
YUV61.14234.02145.73-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.78%
GREEN value IS 12 (5.08% from 255) = 3.46%
BLUE value IS 249 (97.66% from 255) = 71.76%
R=24.78%
G=3.46%
B=71.76%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal86122490.650.9500.02258.7395.1851.18
Hex56CF9415F021035f33
Octal126143711011370240313763
Binary1010110110011111001100000110111110101000000111011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560CF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,12,249); }

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

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

 a { background-color: rgb(86,12,249); }

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

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

 span { border-color: rgb(86,12,249); }

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