Shades of Kingfisher Daisy #561E7E
Tints of Kingfisher Daisy #561E7E
RGB
CMYK
RGB Variations
Color information
#561E7E (or 0x561E7E) is known color: Kingfisher Daisy. HEX triplet: 56, 1E and 7E. RGB value is (86,30,126). Sum of RGB (Red+Green+Blue) = 86+30+126=242 (32% of max value = 765). Red value is 86 (33.98% from 255 or 35.54% from 242); Green value is 30 (12.11% from 255 or 12.40% from 242); Blue value is 126 (49.61% from 255 or 52.07% from 242); Max value from RGB is 126 - color contains mainly: blue. Hex color #561E7E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #561E7E is #A9E181. Grayscale: #393939. Windows color (decimal): -11133314 or 8265302. OLE color: 8265302.
HSL color Cylindrical-coordinate representation of color #561E7E: hue angle of 275º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #561E7E is Cyan = 0.32, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 86 | 30 | 126 | - |
| CMYK | 0.32 | 0.76 | 0 | 0.51 |
| HSL | 275º | 0.62% | 0.31% | - |
| HSV(B) | 275º | 0.76% | 0.49% | - |
| XYZ | 8.07 | 4.41 | 20.17 | - |
| YUV | 57.69 | 166.55 | 148.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 30 | 126 | 0.32 | 0.76 | 0 | 0.51 | 275 | 0.62 | 0.31 |
| Hex | 56 | 1E | 7E | 20 | 4C | 0 | 33 | 113 | 3E | 1F |
| Octal | 126 | 36 | 176 | 40 | 114 | 0 | 63 | 423 | 76 | 37 |
| Binary | 1010110 | 11110 | 1111110 | 100000 | 1001100 | 0 | 110011 | 100010011 | 111110 | 11111 |
Color Harmonies of #561E7E
Complementary color
Monochromatic Colors of #561E7E
Black with #561E7E
Text Example
Text Example
White with #561E7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #561E7E; }
p { color: rgb(86,30,126); }
H1.HeaderClassName
{
color: #561E7E;
}
.AnyTagClassName
{
color: #561E7E;
}
</style>
background-color css
<style>
a { background-color: #561E7E; }
a { background-color: rgb(86,30,126); }
div.DivClassName
{
background-color: #561E7E;
}
.BgClassName
{
background-color: #561E7E;
}
</style>
border-color css
<style>
span { border-color: #561E7E; }
span { border-color: rgb(86,30,126); }
td.TdClassName
{
border-color: #561E7E;
}
.TagClassName
{
border-color: #561E7E;
}
</style>