#560fef

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

Shades of Han Purple #560FEF

Tints of Han Purple #560FEF

Color information

#560FEF (or 0x560FEF) is unknown color: approx Han Purple. HEX triplet: 56, 0F and EF. RGB value is (86,15,239). Sum of RGB (Red+Green+Blue) = 86+15+239=340 (45% of max value = 765). Red value is 86 (33.98% from 255 or 25.29% from 340); Green value is 15 (6.25% from 255 or 4.41% from 340); Blue value is 239 (93.75% from 255 or 70.29% from 340); Max value from RGB is 239 - color contains mainly: blue. Hex color #560FEF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #560FEF is #A9F010. Grayscale: #3C3C3C. Windows color (decimal): -11137041 or 15667030. OLE color: 15667030.

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

Color convert

RGB8615239-
CMYK0.640.9400.06
HSL259.02º88.19%49.8%-
HSV(B)259.02º93.72%93.73%-
XYZ19.598.5582.28-
YUV61.76228.02145.29-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25.29%
GREEN value IS 15 (6.25% from 255) = 4.41%
BLUE value IS 239 (93.75% from 255) = 70.29%
R=25.29%
G=4.41%
B=70.29%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal86152390.640.9400.06259.0288.1949.8
Hex56FEF405E061035832
Octal126173571001360640313062
Binary10101101111111011111000000101111001101000000111011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560fef

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,15,239); }

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

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

 a { background-color: rgb(86,15,239); }

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

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

 span { border-color: rgb(86,15,239); }

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