Shades of Kingfisher Daisy #652C84
Tints of Kingfisher Daisy #652C84
RGB
CMYK
RGB Variations
Color information
#652C84 (or 0x652C84) is known color: Kingfisher Daisy. HEX triplet: 65, 2C and 84. RGB value is (101,44,132). Sum of RGB (Red+Green+Blue) = 101+44+132=277 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.46% from 277); Green value is 44 (17.58% from 255 or 15.88% from 277); Blue value is 132 (51.95% from 255 or 47.65% from 277); Max value from RGB is 132 - color contains mainly: blue. Hex color #652C84 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #652C84 is #9AD37B. Grayscale: #464646. Windows color (decimal): -10146684 or 8662117. OLE color: 8662117.
HSL color Cylindrical-coordinate representation of color #652C84: hue angle of 278.86º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #652C84 is Cyan = 0.23, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 101 | 44 | 132 | - |
| CMYK | 0.23 | 0.67 | 0 | 0.48 |
| HSL | 278.86º | 0.5% | 0.35% | - |
| HSV(B) | 278.86º | 0.67% | 0.52% | - |
| XYZ | 10.43 | 6.23 | 22.48 | - |
| YUV | 71.08 | 162.38 | 149.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 44 | 132 | 0.23 | 0.67 | 0 | 0.48 | 278.86 | 0.5 | 0.35 |
| Hex | 65 | 2C | 84 | 17 | 43 | 0 | 30 | 117 | 32 | 23 |
| Octal | 145 | 54 | 204 | 27 | 103 | 0 | 60 | 427 | 62 | 43 |
| Binary | 1100101 | 101100 | 10000100 | 10111 | 1000011 | 0 | 110000 | 100010111 | 110010 | 100011 |
Color Harmonies of #652C84
Complementary color
Monochromatic Colors of #652C84
Black with #652C84
Text Example
Text Example
White with #652C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652C84; }
p { color: rgb(101,44,132); }
H1.HeaderClassName
{
color: #652C84;
}
.AnyTagClassName
{
color: #652C84;
}
</style>
background-color css
<style>
a { background-color: #652C84; }
a { background-color: rgb(101,44,132); }
div.DivClassName
{
background-color: #652C84;
}
.BgClassName
{
background-color: #652C84;
}
</style>
border-color css
<style>
span { border-color: #652C84; }
span { border-color: rgb(101,44,132); }
td.TdClassName
{
border-color: #652C84;
}
.TagClassName
{
border-color: #652C84;
}
</style>