Html Css Color HEX #560DFB Han Purple

📋 copy color: '#560DFB'

red 86 ◦ green 13 ◦ blue 251

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

Shades of Han Purple #560DFB

Tints of Han Purple #560DFB

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.71%

 BLUE value IS 251 (98.44% from 255) = 71.71%

R = 24.57%
G = 3.71%
B = 71.71%

CMYK

 C value IS 0.66

 M value IS 0.95

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#560DFB (or 0x560DFB) is known color: Han Purple. HEX triplet: 56, 0D and FB. RGB value is (86,13,251). Sum of RGB (Red+Green+Blue) = 86+13+251=350 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.57% from 350); Green value is 13 (5.47% from 255 or 3.71% from 350); Blue value is 251 (98.44% from 255 or 71.71% from 350); Max value from RGB is 251 - color contains mainly: blue. Hex color #560DFB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #560DFB is #A9F204. Grayscale: #3D3D3D. Windows color (decimal): -11137541 or 16452950. OLE color: 16452950.

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

Color convert

RGB 86 13 251 -
CMYK 0.66 0.95 0 0.02
HSL 258.4º 0.97% 0.52% -
HSV(B) 258.4º 0.95% 0.98% -
XYZ 21.39 9.23 91.92 -
YUV 61.96 234.68 145.15 -
System Red Green Blue C M Y K H S L
Decimal 86 13 251 0.66 0.95 0 0.02 258.4 0.97 0.52
Hex 56 D FB 42 5F 0 2 102 61 34
Octal 126 15 373 102 137 0 2 402 141 64
Binary 1010110 1101 11111011 1000010 1011111 0 10 100000010 1100001 110100

Color Harmonies of #560DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560DFB

Black with #560DFB

Text Example


Text Example

White with #560DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,13,251); }

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

background-color css

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

 a { background-color: rgb(86,13,251); }

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

border-color css

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

 span { border-color: rgb(86,13,251); }

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