Shades of Kingfisher Daisy #641D87
Tints of Kingfisher Daisy #641D87
RGB
CMYK
RGB Variations
Color information
#641D87 (or 0x641D87) is known color: Kingfisher Daisy. HEX triplet: 64, 1D and 87. RGB value is (100,29,135). Sum of RGB (Red+Green+Blue) = 100+29+135=264 (34% of max value = 765). Red value is 100 (39.45% from 255 or 37.88% from 264); Green value is 29 (11.72% from 255 or 10.98% from 264); Blue value is 135 (53.12% from 255 or 51.14% from 264); Max value from RGB is 135 - color contains mainly: blue. Hex color #641D87 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #641D87 is #9BE278. Grayscale: #3D3D3D. Windows color (decimal): -10216057 or 8854884. OLE color: 8854884.
HSL color Cylindrical-coordinate representation of color #641D87: hue angle of 280.19º degrees, saturation: 0.65, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #641D87 is Cyan = 0.26, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 100 | 29 | 135 | - |
| CMYK | 0.26 | 0.79 | 0 | 0.47 |
| HSL | 280.19º | 0.65% | 0.32% | - |
| HSV(B) | 280.19º | 0.79% | 0.53% | - |
| XYZ | 10.07 | 5.34 | 23.42 | - |
| YUV | 62.31 | 169.02 | 154.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 29 | 135 | 0.26 | 0.79 | 0 | 0.47 | 280.19 | 0.65 | 0.32 |
| Hex | 64 | 1D | 87 | 1A | 4F | 0 | 2F | 118 | 41 | 20 |
| Octal | 144 | 35 | 207 | 32 | 117 | 0 | 57 | 430 | 101 | 40 |
| Binary | 1100100 | 11101 | 10000111 | 11010 | 1001111 | 0 | 101111 | 100011000 | 1000001 | 100000 |
Color Harmonies of #641D87
Complementary color
Monochromatic Colors of #641D87
Black with #641D87
Text Example
Text Example
White with #641D87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #641D87; }
p { color: rgb(100,29,135); }
H1.HeaderClassName
{
color: #641D87;
}
.AnyTagClassName
{
color: #641D87;
}
</style>
background-color css
<style>
a { background-color: #641D87; }
a { background-color: rgb(100,29,135); }
div.DivClassName
{
background-color: #641D87;
}
.BgClassName
{
background-color: #641D87;
}
</style>
border-color css
<style>
span { border-color: #641D87; }
span { border-color: rgb(100,29,135); }
td.TdClassName
{
border-color: #641D87;
}
.TagClassName
{
border-color: #641D87;
}
</style>