Shades of Kingfisher Daisy #652087
Tints of Kingfisher Daisy #652087
RGB
CMYK
RGB Variations
Color information
#652087 (or 0x652087) is known color: Kingfisher Daisy. HEX triplet: 65, 20 and 87. RGB value is (101,32,135). Sum of RGB (Red+Green+Blue) = 101+32+135=268 (35% of max value = 765). Red value is 101 (39.84% from 255 or 37.69% from 268); Green value is 32 (12.89% from 255 or 11.94% from 268); Blue value is 135 (53.12% from 255 or 50.37% from 268); Max value from RGB is 135 - color contains mainly: blue. Hex color #652087 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #652087 is #9ADF78. Grayscale: #404040. Windows color (decimal): -10149753 or 8855653. OLE color: 8855653.
HSL color Cylindrical-coordinate representation of color #652087: hue angle of 280.19º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #652087 is Cyan = 0.25, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 101 | 32 | 135 | - |
| CMYK | 0.25 | 0.76 | 0 | 0.47 |
| HSL | 280.19º | 0.62% | 0.33% | - |
| HSV(B) | 280.19º | 0.76% | 0.53% | - |
| XYZ | 10.26 | 5.55 | 23.45 | - |
| YUV | 64.37 | 167.86 | 154.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 32 | 135 | 0.25 | 0.76 | 0 | 0.47 | 280.19 | 0.62 | 0.33 |
| Hex | 65 | 20 | 87 | 19 | 4C | 0 | 2F | 118 | 3E | 21 |
| Octal | 145 | 40 | 207 | 31 | 114 | 0 | 57 | 430 | 76 | 41 |
| Binary | 1100101 | 100000 | 10000111 | 11001 | 1001100 | 0 | 101111 | 100011000 | 111110 | 100001 |
Color Harmonies of #652087
Complementary color
Monochromatic Colors of #652087
Black with #652087
Text Example
Text Example
White with #652087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652087; }
p { color: rgb(101,32,135); }
H1.HeaderClassName
{
color: #652087;
}
.AnyTagClassName
{
color: #652087;
}
</style>
background-color css
<style>
a { background-color: #652087; }
a { background-color: rgb(101,32,135); }
div.DivClassName
{
background-color: #652087;
}
.BgClassName
{
background-color: #652087;
}
</style>
border-color css
<style>
span { border-color: #652087; }
span { border-color: rgb(101,32,135); }
td.TdClassName
{
border-color: #652087;
}
.TagClassName
{
border-color: #652087;
}
</style>