Html Css Color HEX #561EDD Han Purple

📋 copy color: '#561EDD'

red 86 ◦ green 30 ◦ blue 221

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

Shades of Han Purple #561EDD

Tints of Han Purple #561EDD

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.9%

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

R = 25.52%
G = 8.9%
B = 65.58%

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

#561EDD (or 0x561EDD) is known color: Han Purple. HEX triplet: 56, 1E and DD. RGB value is (86,30,221). Sum of RGB (Red+Green+Blue) = 86+30+221=337 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.52% from 337); Green value is 30 (12.11% from 255 or 8.90% from 337); Blue value is 221 (86.72% from 255 or 65.58% from 337); Max value from RGB is 221 - color contains mainly: blue. Hex color #561EDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #561EDD is #A9E122. Grayscale: #434343. Windows color (decimal): -11133219 or 14491222. OLE color: 14491222.

HSL color Cylindrical-coordinate representation of color #561EDD: hue angle of 257.59º degrees, saturation: 0.76, 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 #561EDD is Cyan = 0.61, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 86 30 221 -
CMYK 0.61 0.86 0 0.13
HSL 257.59º 0.76% 0.49% -
HSV(B) 257.59º 0.86% 0.87% -
XYZ 17.35 8.13 69.06 -
YUV 68.52 214.05 140.47 -
System Red Green Blue C M Y K H S L
Decimal 86 30 221 0.61 0.86 0 0.13 257.59 0.76 0.49
Hex 56 1E DD 3D 56 0 D 102 4C 31
Octal 126 36 335 75 126 0 15 402 114 61
Binary 1010110 11110 11011101 111101 1010110 0 1101 100000010 1001100 110001

Color Harmonies of #561EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561EDD

Black with #561EDD

Text Example


Text Example

White with #561EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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