Shades of Kingfisher Daisy #65248F
Tints of Kingfisher Daisy #65248F
RGB
CMYK
RGB Variations
Color information
#65248F (or 0x65248F) is known color: Kingfisher Daisy. HEX triplet: 65, 24 and 8F. RGB value is (101,36,143). Sum of RGB (Red+Green+Blue) = 101+36+143=280 (37% of max value = 765). Red value is 101 (39.84% from 255 or 36.07% from 280); Green value is 36 (14.45% from 255 or 12.86% from 280); Blue value is 143 (56.25% from 255 or 51.07% from 280); Max value from RGB is 143 - color contains mainly: blue. Hex color #65248F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #65248F is #9ADB70. Grayscale: #434343. Windows color (decimal): -10148721 or 9380965. OLE color: 9380965.
HSL color Cylindrical-coordinate representation of color #65248F: hue angle of 276.45º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #65248F is Cyan = 0.29, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 101 | 36 | 143 | - |
| CMYK | 0.29 | 0.75 | 0 | 0.44 |
| HSL | 276.45º | 0.6% | 0.35% | - |
| HSV(B) | 276.45º | 0.75% | 0.56% | - |
| XYZ | 10.96 | 6.01 | 26.57 | - |
| YUV | 67.63 | 170.53 | 151.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 36 | 143 | 0.29 | 0.75 | 0 | 0.44 | 276.45 | 0.6 | 0.35 |
| Hex | 65 | 24 | 8F | 1D | 4B | 0 | 2C | 114 | 3C | 23 |
| Octal | 145 | 44 | 217 | 35 | 113 | 0 | 54 | 424 | 74 | 43 |
| Binary | 1100101 | 100100 | 10001111 | 11101 | 1001011 | 0 | 101100 | 100010100 | 111100 | 100011 |
Color Harmonies of #65248F
Complementary color
Monochromatic Colors of #65248F
Black with #65248F
Text Example
Text Example
White with #65248F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65248F; }
p { color: rgb(101,36,143); }
H1.HeaderClassName
{
color: #65248F;
}
.AnyTagClassName
{
color: #65248F;
}
</style>
background-color css
<style>
a { background-color: #65248F; }
a { background-color: rgb(101,36,143); }
div.DivClassName
{
background-color: #65248F;
}
.BgClassName
{
background-color: #65248F;
}
</style>
border-color css
<style>
span { border-color: #65248F; }
span { border-color: rgb(101,36,143); }
td.TdClassName
{
border-color: #65248F;
}
.TagClassName
{
border-color: #65248F;
}
</style>