#561C9F

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

Shades of Daisy Bush #561C9F

Tints of Daisy Bush #561C9F

Color information

#561C9F (or 0x561C9F) is unknown color: approx Daisy Bush. HEX triplet: 56, 1C and 9F. RGB value is (86,28,159). Sum of RGB (Red+Green+Blue) = 86+28+159=273 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.50% from 273); Green value is 28 (11.33% from 255 or 10.26% from 273); Blue value is 159 (62.5% from 255 or 58.24% from 273); Max value from RGB is 159 - color contains mainly: blue. Hex color #561C9F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #561C9F is #A9E360. Grayscale: #3B3B3B. Windows color (decimal): -11133793 or 10427478. OLE color: 10427478.

HSL color Cylindrical-coordinate representation of color #561C9F: hue angle of 266.56º degrees, saturation: 0.7, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #561C9F is Cyan = 0.46, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB8628159-
CMYK0.460.8200.38
HSL266.56º70.05%36.67%-
HSV(B)266.56º82.39%62.35%-
XYZ10.515.3133.27-
YUV60.28183.72146.35-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 31.50%
GREEN value IS 28 (11.33% from 255) = 10.26%
BLUE value IS 159 (62.5% from 255) = 58.24%
R=31.50%
G=10.26%
B=58.24%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal86281590.460.8200.38266.5670.0536.67
Hex561C9F2E5202610b4625
Octal126342375612204641310645
Binary10101101110010011111101110101001001001101000010111000110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561C9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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