Shades of Kingfisher Daisy #65298D
Tints of Kingfisher Daisy #65298D
RGB
CMYK
RGB Variations
Color information
#65298D (or 0x65298D) is known color: Kingfisher Daisy. HEX triplet: 65, 29 and 8D. RGB value is (101,41,141). Sum of RGB (Red+Green+Blue) = 101+41+141=283 (37% of max value = 765). Red value is 101 (39.84% from 255 or 35.69% from 283); Green value is 41 (16.41% from 255 or 14.49% from 283); Blue value is 141 (55.47% from 255 or 49.82% from 283); Max value from RGB is 141 - color contains mainly: blue. Hex color #65298D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #65298D is #9AD672. Grayscale: #464646. Windows color (decimal): -10147443 or 9251173. OLE color: 9251173.
HSL color Cylindrical-coordinate representation of color #65298D: hue angle of 276º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #65298D is Cyan = 0.28, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 101 | 41 | 141 | - |
| CMYK | 0.28 | 0.71 | 0 | 0.45 |
| HSL | 276º | 0.55% | 0.36% | - |
| HSV(B) | 276º | 0.71% | 0.55% | - |
| XYZ | 10.97 | 6.28 | 25.83 | - |
| YUV | 70.34 | 167.88 | 149.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 41 | 141 | 0.28 | 0.71 | 0 | 0.45 | 276 | 0.55 | 0.36 |
| Hex | 65 | 29 | 8D | 1C | 47 | 0 | 2D | 114 | 37 | 24 |
| Octal | 145 | 51 | 215 | 34 | 107 | 0 | 55 | 424 | 67 | 44 |
| Binary | 1100101 | 101001 | 10001101 | 11100 | 1000111 | 0 | 101101 | 100010100 | 110111 | 100100 |
Color Harmonies of #65298D
Complementary color
Monochromatic Colors of #65298D
Black with #65298D
Text Example
Text Example
White with #65298D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65298D; }
p { color: rgb(101,41,141); }
H1.HeaderClassName
{
color: #65298D;
}
.AnyTagClassName
{
color: #65298D;
}
</style>
background-color css
<style>
a { background-color: #65298D; }
a { background-color: rgb(101,41,141); }
div.DivClassName
{
background-color: #65298D;
}
.BgClassName
{
background-color: #65298D;
}
</style>
border-color css
<style>
span { border-color: #65298D; }
span { border-color: rgb(101,41,141); }
td.TdClassName
{
border-color: #65298D;
}
.TagClassName
{
border-color: #65298D;
}
</style>