Html Css Color HEX #561BDD Han Purple

📋 copy color: '#561BDD'

red 86 ◦ green 27 ◦ blue 221

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

Shades of Han Purple #561BDD

Tints of Han Purple #561BDD

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.08%

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

R = 25.75%
G = 8.08%
B = 66.17%

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

#561BDD (or 0x561BDD) is known color: Han Purple. HEX triplet: 56, 1B and DD. RGB value is (86,27,221). Sum of RGB (Red+Green+Blue) = 86+27+221=334 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.75% from 334); Green value is 27 (10.94% from 255 or 8.08% from 334); Blue value is 221 (86.72% from 255 or 66.17% from 334); Max value from RGB is 221 - color contains mainly: blue. Hex color #561BDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #561BDD is #A9E422. Grayscale: #424242. Windows color (decimal): -11133987 or 14490454. OLE color: 14490454.

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

Color convert

RGB 86 27 221 -
CMYK 0.61 0.88 0 0.13
HSL 258.25º 0.78% 0.49% -
HSV(B) 258.25º 0.88% 0.87% -
XYZ 17.28 7.98 69.04 -
YUV 66.76 215.05 141.73 -
System Red Green Blue C M Y K H S L
Decimal 86 27 221 0.61 0.88 0 0.13 258.25 0.78 0.49
Hex 56 1B DD 3D 58 0 D 102 4E 31
Octal 126 33 335 75 130 0 15 402 116 61
Binary 1010110 11011 11011101 111101 1011000 0 1101 100000010 1001110 110001

Color Harmonies of #561BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561BDD

Black with #561BDD

Text Example


Text Example

White with #561BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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