#561BE6

Color #561BE6 Han Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Han Purple #561BE6

Tints of Han Purple #561BE6

Color information

#561BE6 (or 0x561BE6) is unknown color: approx Han Purple. HEX triplet: 56, 1B and E6. RGB value is (86,27,230). Sum of RGB (Red+Green+Blue) = 86+27+230=343 (45% of max value = 765). Red value is 86 (33.98% from 255 or 25.07% from 343); Green value is 27 (10.94% from 255 or 7.87% from 343); Blue value is 230 (90.23% from 255 or 67.06% from 343); Max value from RGB is 230 - color contains mainly: blue. Hex color #561BE6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #561BE6 is #A9E419. Grayscale: #434343. Windows color (decimal): -11133978 or 15080278. OLE color: 15080278.

HSL color Cylindrical-coordinate representation of color #561BE6: hue angle of 257.44º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #561BE6 is Cyan = 0.63, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB8627230-
CMYK0.630.8800.10
HSL257.44º80.24%50.39%-
HSV(B)257.44º88.26%90.2%-
XYZ18.518.4875.52-
YUV67.78219.55140.99-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25.07%
GREEN value IS 27 (10.94% from 255) = 7.87%
BLUE value IS 230 (90.23% from 255) = 67.06%
R=25.07%
G=7.87%
B=67.06%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal86272300.630.8800.10257.4480.2450.39
Hex561BE63F580A1015032
Octal126333467713001240112062
Binary101011011011111001101111111011000010101000000011010000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561BE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #561BE6;
 }
 .AnyTagClassName
 {
   color: #561BE6;
 }
</style>
background-color css

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

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

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

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

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

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