Shades of Kingfisher Daisy #65248E
Tints of Kingfisher Daisy #65248E
RGB
CMYK
RGB Variations
Color information
#65248E (or 0x65248E) is known color: Kingfisher Daisy. HEX triplet: 65, 24 and 8E. RGB value is (101,36,142). Sum of RGB (Red+Green+Blue) = 101+36+142=279 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.20% from 279); Green value is 36 (14.45% from 255 or 12.90% from 279); Blue value is 142 (55.86% from 255 or 50.90% from 279); Max value from RGB is 142 - color contains mainly: blue. Hex color #65248E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #65248E is #9ADB71. Grayscale: #434343. Windows color (decimal): -10148722 or 9315429. OLE color: 9315429.
HSL color Cylindrical-coordinate representation of color #65248E: hue angle of 276.79º 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 #65248E is Cyan = 0.29, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 101 | 36 | 142 | - |
| CMYK | 0.29 | 0.75 | 0 | 0.44 |
| HSL | 276.79º | 0.6% | 0.35% | - |
| HSV(B) | 276.79º | 0.75% | 0.56% | - |
| XYZ | 10.88 | 5.98 | 26.17 | - |
| YUV | 67.52 | 170.03 | 151.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 36 | 142 | 0.29 | 0.75 | 0 | 0.44 | 276.79 | 0.6 | 0.35 |
| Hex | 65 | 24 | 8E | 1D | 4B | 0 | 2C | 115 | 3C | 23 |
| Octal | 145 | 44 | 216 | 35 | 113 | 0 | 54 | 425 | 74 | 43 |
| Binary | 1100101 | 100100 | 10001110 | 11101 | 1001011 | 0 | 101100 | 100010101 | 111100 | 100011 |
Color Harmonies of #65248E
Complementary color
Monochromatic Colors of #65248E
Black with #65248E
Text Example
Text Example
White with #65248E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65248E; }
p { color: rgb(101,36,142); }
H1.HeaderClassName
{
color: #65248E;
}
.AnyTagClassName
{
color: #65248E;
}
</style>
background-color css
<style>
a { background-color: #65248E; }
a { background-color: rgb(101,36,142); }
div.DivClassName
{
background-color: #65248E;
}
.BgClassName
{
background-color: #65248E;
}
</style>
border-color css
<style>
span { border-color: #65248E; }
span { border-color: rgb(101,36,142); }
td.TdClassName
{
border-color: #65248E;
}
.TagClassName
{
border-color: #65248E;
}
</style>