Shades of Kingfisher Daisy #65348E
Tints of Kingfisher Daisy #65348E
RGB
CMYK
RGB Variations
Color information
#65348E (or 0x65348E) is known color: Kingfisher Daisy. HEX triplet: 65, 34 and 8E. RGB value is (101,52,142). Sum of RGB (Red+Green+Blue) = 101+52+142=295 (39% of max value = 765). Red value is 101 (39.84% from 255 or 34.24% from 295); Green value is 52 (20.70% from 255 or 17.63% from 295); Blue value is 142 (55.86% from 255 or 48.14% from 295); Max value from RGB is 142 - color contains mainly: blue. Hex color #65348E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #65348E is #9ACB71. Grayscale: #4C4C4C. Windows color (decimal): -10144626 or 9319525. OLE color: 9319525.
HSL color Cylindrical-coordinate representation of color #65348E: hue angle of 272.67º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #65348E is Cyan = 0.29, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 101 | 52 | 142 | - |
| CMYK | 0.29 | 0.63 | 0 | 0.44 |
| HSL | 272.67º | 0.46% | 0.38% | - |
| HSV(B) | 272.67º | 0.63% | 0.56% | - |
| XYZ | 11.48 | 7.18 | 26.37 | - |
| YUV | 76.91 | 164.73 | 145.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 52 | 142 | 0.29 | 0.63 | 0 | 0.44 | 272.67 | 0.46 | 0.38 |
| Hex | 65 | 34 | 8E | 1D | 3F | 0 | 2C | 111 | 2E | 26 |
| Octal | 145 | 64 | 216 | 35 | 77 | 0 | 54 | 421 | 56 | 46 |
| Binary | 1100101 | 110100 | 10001110 | 11101 | 111111 | 0 | 101100 | 100010001 | 101110 | 100110 |
Color Harmonies of #65348E
Complementary color
Monochromatic Colors of #65348E
Black with #65348E
Text Example
Text Example
White with #65348E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65348E; }
p { color: rgb(101,52,142); }
H1.HeaderClassName
{
color: #65348E;
}
.AnyTagClassName
{
color: #65348E;
}
</style>
background-color css
<style>
a { background-color: #65348E; }
a { background-color: rgb(101,52,142); }
div.DivClassName
{
background-color: #65348E;
}
.BgClassName
{
background-color: #65348E;
}
</style>
border-color css
<style>
span { border-color: #65348E; }
span { border-color: rgb(101,52,142); }
td.TdClassName
{
border-color: #65348E;
}
.TagClassName
{
border-color: #65348E;
}
</style>