#561E9B

Color #561E9B Daisy Bush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Daisy Bush #561E9B

Tints of Daisy Bush #561E9B

Color information

#561E9B (or 0x561E9B) is unknown color: approx Daisy Bush. HEX triplet: 56, 1E and 9B. RGB value is (86,30,155). Sum of RGB (Red+Green+Blue) = 86+30+155=271 (35% of max value = 765). Red value is 86 (33.98% from 255 or 31.73% from 271); Green value is 30 (12.11% from 255 or 11.07% from 271); Blue value is 155 (60.94% from 255 or 57.20% from 271); Max value from RGB is 155 - color contains mainly: blue. Hex color #561E9B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #561E9B is #A9E164. Grayscale: #3C3C3C. Windows color (decimal): -11133285 or 10165846. OLE color: 10165846.

HSL color Cylindrical-coordinate representation of color #561E9B: hue angle of 266.88º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #561E9B is Cyan = 0.45, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB8630155-
CMYK0.450.8100.39
HSL266.88º67.57%36.27%-
HSV(B)266.88º80.65%60.78%-
XYZ10.225.2731.49-
YUV60.99181.05145.84-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 31.73%
GREEN value IS 30 (12.11% from 255) = 11.07%
BLUE value IS 155 (60.94% from 255) = 57.20%
R=31.73%
G=11.07%
B=57.20%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal86301550.450.8100.39266.8867.5736.27
Hex561E9B2D5102710b4424
Octal126362335512104741310444
Binary10101101111010011011101101101000101001111000010111000100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561E9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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