Html Css Color HEX #560EF8 Han Purple

📋 copy color: '#560EF8'

red 86 ◦ green 14 ◦ blue 248

#560EF8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Han Purple #560EF8

Tints of Han Purple #560EF8

RGB

 RED value IS 86 (33.98% from 255) = 24.71%

 GREEN value IS 14 (5.86% from 255) = 4.02%

 BLUE value IS 248 (97.27% from 255) = 71.26%

R = 24.71%
G = 4.02%
B = 71.26%

CMYK

 C value IS 0.65

 M value IS 0.94

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#560EF8 (or 0x560EF8) is known color: Han Purple. HEX triplet: 56, 0E and F8. RGB value is (86,14,248). Sum of RGB (Red+Green+Blue) = 86+14+248=348 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.71% from 348); Green value is 14 (5.86% from 255 or 4.02% from 348); Blue value is 248 (97.27% from 255 or 71.26% from 348); Max value from RGB is 248 - color contains mainly: blue. Hex color #560EF8 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #560EF8 is #A9F107. Grayscale: #3D3D3D. Windows color (decimal): -11137288 or 16256598. OLE color: 16256598.

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

Color convert

RGB 86 14 248 -
CMYK 0.65 0.94 0 0.03
HSL 258.46º 0.94% 0.51% -
HSV(B) 258.46º 0.94% 0.97% -
XYZ 20.94 9.07 89.45 -
YUV 62.2 232.85 144.97 -
System Red Green Blue C M Y K H S L
Decimal 86 14 248 0.65 0.94 0 0.03 258.46 0.94 0.51
Hex 56 E F8 41 5E 0 3 102 5E 33
Octal 126 16 370 101 136 0 3 402 136 63
Binary 1010110 1110 11111000 1000001 1011110 0 11 100000010 1011110 110011

Color Harmonies of #560EF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560EF8

Black with #560EF8

Text Example


Text Example

White with #560EF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,14,248); }

 H1.HeaderClassName
 {
   color: #560EF8;
 }
 .AnyTagClassName
 {
   color: #560EF8;
 }
</style>

background-color css

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

 a { background-color: rgb(86,14,248); }

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

border-color css

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

 span { border-color: rgb(86,14,248); }

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