Html Css Color HEX #561CDD Han Purple

📋 copy color: '#561CDD'

red 86 ◦ green 28 ◦ blue 221

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

Shades of Han Purple #561CDD

Tints of Han Purple #561CDD

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.36%

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

R = 25.67%
G = 8.36%
B = 65.97%

CMYK

 C value IS 0.61

 M value IS 0.87

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#561CDD (or 0x561CDD) is known color: Han Purple. HEX triplet: 56, 1C and DD. RGB value is (86,28,221). Sum of RGB (Red+Green+Blue) = 86+28+221=335 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.67% from 335); Green value is 28 (11.33% from 255 or 8.36% from 335); Blue value is 221 (86.72% from 255 or 65.97% from 335); Max value from RGB is 221 - color contains mainly: blue. Hex color #561CDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #561CDD is #A9E322. Grayscale: #424242. Windows color (decimal): -11133731 or 14490710. OLE color: 14490710.

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

Color convert

RGB 86 28 221 -
CMYK 0.61 0.87 0 0.13
HSL 258.03º 0.78% 0.49% -
HSV(B) 258.03º 0.87% 0.87% -
XYZ 17.3 8.03 69.04 -
YUV 67.34 214.72 141.31 -
System Red Green Blue C M Y K H S L
Decimal 86 28 221 0.61 0.87 0 0.13 258.03 0.78 0.49
Hex 56 1C DD 3D 57 0 D 102 4E 31
Octal 126 34 335 75 127 0 15 402 116 61
Binary 1010110 11100 11011101 111101 1010111 0 1101 100000010 1001110 110001

Color Harmonies of #561CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561CDD

Black with #561CDD

Text Example


Text Example

White with #561CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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