Shades of Kingfisher Daisy #652785
Tints of Kingfisher Daisy #652785
RGB
CMYK
RGB Variations
Color information
#652785 (or 0x652785) is known color: Kingfisher Daisy. HEX triplet: 65, 27 and 85. RGB value is (101,39,133). Sum of RGB (Red+Green+Blue) = 101+39+133=273 (36% of max value = 765). Red value is 101 (39.84% from 255 or 37.00% from 273); Green value is 39 (15.62% from 255 or 14.29% from 273); Blue value is 133 (52.34% from 255 or 48.72% from 273); Max value from RGB is 133 - color contains mainly: blue. Hex color #652785 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #652785 is #9AD87A. Grayscale: #434343. Windows color (decimal): -10147963 or 8726373. OLE color: 8726373.
HSL color Cylindrical-coordinate representation of color #652785: hue angle of 279.57º degrees, saturation: 0.55, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #652785 is Cyan = 0.24, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 101 | 39 | 133 | - |
| CMYK | 0.24 | 0.71 | 0 | 0.48 |
| HSL | 279.57º | 0.55% | 0.34% | - |
| HSV(B) | 279.57º | 0.71% | 0.52% | - |
| XYZ | 10.33 | 5.91 | 22.79 | - |
| YUV | 68.25 | 164.54 | 151.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 39 | 133 | 0.24 | 0.71 | 0 | 0.48 | 279.57 | 0.55 | 0.34 |
| Hex | 65 | 27 | 85 | 18 | 47 | 0 | 30 | 118 | 37 | 22 |
| Octal | 145 | 47 | 205 | 30 | 107 | 0 | 60 | 430 | 67 | 42 |
| Binary | 1100101 | 100111 | 10000101 | 11000 | 1000111 | 0 | 110000 | 100011000 | 110111 | 100010 |
Color Harmonies of #652785
Complementary color
Monochromatic Colors of #652785
Black with #652785
Text Example
Text Example
White with #652785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652785; }
p { color: rgb(101,39,133); }
H1.HeaderClassName
{
color: #652785;
}
.AnyTagClassName
{
color: #652785;
}
</style>
background-color css
<style>
a { background-color: #652785; }
a { background-color: rgb(101,39,133); }
div.DivClassName
{
background-color: #652785;
}
.BgClassName
{
background-color: #652785;
}
</style>
border-color css
<style>
span { border-color: #652785; }
span { border-color: rgb(101,39,133); }
td.TdClassName
{
border-color: #652785;
}
.TagClassName
{
border-color: #652785;
}
</style>