Html Css Color HEX #561ADD Han Purple

📋 copy color: '#561ADD'

red 86 ◦ green 26 ◦ blue 221

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

Shades of Han Purple #561ADD

Tints of Han Purple #561ADD

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.81%

 BLUE value IS 221 (86.72% from 255) = 66.37%

R = 25.83%
G = 7.81%
B = 66.37%

CMYK

 C value IS 0.61

 M value IS 0.88

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#561ADD (or 0x561ADD) is known color: Han Purple. HEX triplet: 56, 1A and DD. RGB value is (86,26,221). Sum of RGB (Red+Green+Blue) = 86+26+221=333 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.83% from 333); Green value is 26 (10.55% from 255 or 7.81% from 333); Blue value is 221 (86.72% from 255 or 66.37% from 333); Max value from RGB is 221 - color contains mainly: blue. Hex color #561ADD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #561ADD is #A9E522. Grayscale: #414141. Windows color (decimal): -11134243 or 14490198. OLE color: 14490198.

HSL color Cylindrical-coordinate representation of color #561ADD: hue angle of 258.46º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #561ADD is Cyan = 0.61, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 86 26 221 -
CMYK 0.61 0.88 0 0.13
HSL 258.46º 0.79% 0.48% -
HSV(B) 258.46º 0.88% 0.87% -
XYZ 17.26 7.94 69.03 -
YUV 66.17 215.38 142.14 -
System Red Green Blue C M Y K H S L
Decimal 86 26 221 0.61 0.88 0 0.13 258.46 0.79 0.48
Hex 56 1A DD 3D 58 0 D 102 4F 30
Octal 126 32 335 75 130 0 15 402 117 60
Binary 1010110 11010 11011101 111101 1011000 0 1101 100000010 1001111 110000

Color Harmonies of #561ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561ADD

Black with #561ADD

Text Example


Text Example

White with #561ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #561ADD; }

 p { color: rgb(86,26,221); }

 H1.HeaderClassName
 {
   color: #561ADD;
 }
 .AnyTagClassName
 {
   color: #561ADD;
 }
</style>

background-color css

<style>
 a { background-color: #561ADD; }

 a { background-color: rgb(86,26,221); }

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

border-color css

<style>
 span { border-color: #561ADD; }

 span { border-color: rgb(86,26,221); }

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