Shades of Kingfisher Daisy #65287F
Tints of Kingfisher Daisy #65287F
RGB
CMYK
RGB Variations
Color information
#65287F (or 0x65287F) is known color: Kingfisher Daisy. HEX triplet: 65, 28 and 7F. RGB value is (101,40,127). Sum of RGB (Red+Green+Blue) = 101+40+127=268 (35% of max value = 765). Red value is 101 (39.84% from 255 or 37.69% from 268); Green value is 40 (16.02% from 255 or 14.93% from 268); Blue value is 127 (50% from 255 or 47.39% from 268); Max value from RGB is 127 - color contains mainly: blue. Hex color #65287F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #65287F is #9AD780. Grayscale: #434343. Windows color (decimal): -10147713 or 8333413. OLE color: 8333413.
HSL color Cylindrical-coordinate representation of color #65287F: hue angle of 282.07º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #65287F is Cyan = 0.20, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 101 | 40 | 127 | - |
| CMYK | 0.20 | 0.69 | 0 | 0.50 |
| HSL | 282.07º | 0.52% | 0.33% | - |
| HSV(B) | 282.07º | 0.69% | 0.5% | - |
| XYZ | 9.96 | 5.82 | 20.68 | - |
| YUV | 68.16 | 161.21 | 151.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 40 | 127 | 0.20 | 0.69 | 0 | 0.50 | 282.07 | 0.52 | 0.33 |
| Hex | 65 | 28 | 7F | 14 | 45 | 0 | 32 | 11A | 34 | 21 |
| Octal | 145 | 50 | 177 | 24 | 105 | 0 | 62 | 432 | 64 | 41 |
| Binary | 1100101 | 101000 | 1111111 | 10100 | 1000101 | 0 | 110010 | 100011010 | 110100 | 100001 |
Color Harmonies of #65287F
Complementary color
Monochromatic Colors of #65287F
Black with #65287F
Text Example
Text Example
White with #65287F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65287F; }
p { color: rgb(101,40,127); }
H1.HeaderClassName
{
color: #65287F;
}
.AnyTagClassName
{
color: #65287F;
}
</style>
background-color css
<style>
a { background-color: #65287F; }
a { background-color: rgb(101,40,127); }
div.DivClassName
{
background-color: #65287F;
}
.BgClassName
{
background-color: #65287F;
}
</style>
border-color css
<style>
span { border-color: #65287F; }
span { border-color: rgb(101,40,127); }
td.TdClassName
{
border-color: #65287F;
}
.TagClassName
{
border-color: #65287F;
}
</style>