Html Css Color HEX #561FDD Han Purple

📋 copy color: '#561FDD'

red 86 ◦ green 31 ◦ blue 221

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

Shades of Han Purple #561FDD

Tints of Han Purple #561FDD

RGB

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

 GREEN value IS 31 (12.5% from 255) = 9.17%

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

R = 25.44%
G = 9.17%
B = 65.38%

CMYK

 C value IS 0.61

 M value IS 0.86

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#561FDD (or 0x561FDD) is known color: Han Purple. HEX triplet: 56, 1F and DD. RGB value is (86,31,221). Sum of RGB (Red+Green+Blue) = 86+31+221=338 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.44% from 338); Green value is 31 (12.5% from 255 or 9.17% from 338); Blue value is 221 (86.72% from 255 or 65.38% from 338); Max value from RGB is 221 - color contains mainly: blue. Hex color #561FDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #561FDD is #A9E022. Grayscale: #444444. Windows color (decimal): -11132963 or 14491478. OLE color: 14491478.

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

Color convert

RGB 86 31 221 -
CMYK 0.61 0.86 0 0.13
HSL 257.37º 0.75% 0.49% -
HSV(B) 257.37º 0.86% 0.87% -
XYZ 17.38 8.18 69.07 -
YUV 69.11 213.72 140.05 -
System Red Green Blue C M Y K H S L
Decimal 86 31 221 0.61 0.86 0 0.13 257.37 0.75 0.49
Hex 56 1F DD 3D 56 0 D 101 4B 31
Octal 126 37 335 75 126 0 15 401 113 61
Binary 1010110 11111 11011101 111101 1010110 0 1101 100000001 1001011 110001

Color Harmonies of #561FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561FDD

Black with #561FDD

Text Example


Text Example

White with #561FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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