Html Css Color HEX #560AF9 Han Purple

📋 copy color: '#560AF9'

red 86 ◦ green 10 ◦ blue 249

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

Shades of Han Purple #560AF9

Tints of Han Purple #560AF9

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.9%

 BLUE value IS 249 (97.66% from 255) = 72.17%

R = 24.93%
G = 2.9%
B = 72.17%

CMYK

 C value IS 0.65

 M value IS 0.96

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#560AF9 (or 0x560AF9) is known color: Han Purple. HEX triplet: 56, 0A and F9. RGB value is (86,10,249). Sum of RGB (Red+Green+Blue) = 86+10+249=345 (45% of max value = 765). Red value is 86 (33.98% from 255 or 24.93% from 345); Green value is 10 (4.30% from 255 or 2.90% from 345); Blue value is 249 (97.66% from 255 or 72.17% from 345); Max value from RGB is 249 - color contains mainly: blue. Hex color #560AF9 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #560AF9 is #A9F506. Grayscale: #3B3B3B. Windows color (decimal): -11138311 or 16321110. OLE color: 16321110.

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

Color convert

RGB 86 10 249 -
CMYK 0.65 0.96 0 0.02
HSL 259.08º 0.95% 0.51% -
HSV(B) 259.08º 0.96% 0.98% -
XYZ 21.05 9.04 90.26 -
YUV 59.97 234.68 146.57 -
System Red Green Blue C M Y K H S L
Decimal 86 10 249 0.65 0.96 0 0.02 259.08 0.95 0.51
Hex 56 A F9 41 60 0 2 103 5F 33
Octal 126 12 371 101 140 0 2 403 137 63
Binary 1010110 1010 11111001 1000001 1100000 0 10 100000011 1011111 110011

Color Harmonies of #560AF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560AF9

Black with #560AF9

Text Example


Text Example

White with #560AF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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