Html Css Color HEX #561EDB Han Purple

📋 copy color: '#561EDB'

red 86 ◦ green 30 ◦ blue 219

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

Shades of Han Purple #561EDB

Tints of Han Purple #561EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 65.37%

R = 25.67%
G = 8.96%
B = 65.37%

CMYK

 C value IS 0.61

 M value IS 0.86

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#561EDB (or 0x561EDB) is known color: Han Purple. HEX triplet: 56, 1E and DB. RGB value is (86,30,219). Sum of RGB (Red+Green+Blue) = 86+30+219=335 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.67% from 335); Green value is 30 (12.11% from 255 or 8.96% from 335); Blue value is 219 (85.94% from 255 or 65.37% from 335); Max value from RGB is 219 - color contains mainly: blue. Hex color #561EDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #561EDB is #A9E124. Grayscale: #434343. Windows color (decimal): -11133221 or 14360150. OLE color: 14360150.

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

Color convert

RGB 86 30 219 -
CMYK 0.61 0.86 0 0.14
HSL 257.78º 0.76% 0.49% -
HSV(B) 257.78º 0.86% 0.86% -
XYZ 17.09 8.02 67.67 -
YUV 68.29 213.05 140.63 -
System Red Green Blue C M Y K H S L
Decimal 86 30 219 0.61 0.86 0 0.14 257.78 0.76 0.49
Hex 56 1E DB 3D 56 0 E 102 4C 31
Octal 126 36 333 75 126 0 16 402 114 61
Binary 1010110 11110 11011011 111101 1010110 0 1110 100000010 1001100 110001

Color Harmonies of #561EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561EDB

Black with #561EDB

Text Example


Text Example

White with #561EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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