Html Css Color HEX #560AD5 Han Purple

📋 copy color: '#560AD5'

red 86 ◦ green 10 ◦ blue 213

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

Shades of Han Purple #560AD5

Tints of Han Purple #560AD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 68.93%

R = 27.83%
G = 3.24%
B = 68.93%

CMYK

 C value IS 0.60

 M value IS 0.95

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#560AD5 (or 0x560AD5) is known color: Han Purple. HEX triplet: 56, 0A and D5. RGB value is (86,10,213). Sum of RGB (Red+Green+Blue) = 86+10+213=309 (40% of max value = 765). Red value is 86 (33.98% from 255 or 27.83% from 309); Green value is 10 (4.30% from 255 or 3.24% from 309); Blue value is 213 (83.59% from 255 or 68.93% from 309); Max value from RGB is 213 - color contains mainly: blue. Hex color #560AD5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #560AD5 is #A9F52A. Grayscale: #373737. Windows color (decimal): -11138347 or 13961814. OLE color: 13961814.

HSL color Cylindrical-coordinate representation of color #560AD5: hue angle of 262.46º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #560AD5 is Cyan = 0.60, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 86 10 213 -
CMYK 0.60 0.95 0 0.16
HSL 262.46º 0.91% 0.44% -
HSV(B) 262.46º 0.95% 0.84% -
XYZ 15.96 7 63.46 -
YUV 55.87 216.68 149.49 -
System Red Green Blue C M Y K H S L
Decimal 86 10 213 0.60 0.95 0 0.16 262.46 0.91 0.44
Hex 56 A D5 3C 5F 0 10 106 5B 2C
Octal 126 12 325 74 137 0 20 406 133 54
Binary 1010110 1010 11010101 111100 1011111 0 10000 100000110 1011011 101100

Color Harmonies of #560AD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560AD5

Black with #560AD5

Text Example


Text Example

White with #560AD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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