Shades of Kingfisher Daisy #65278D
Tints of Kingfisher Daisy #65278D
RGB
CMYK
RGB Variations
Color information
#65278D (or 0x65278D) is known color: Kingfisher Daisy. HEX triplet: 65, 27 and 8D. RGB value is (101,39,141). Sum of RGB (Red+Green+Blue) = 101+39+141=281 (37% of max value = 765). Red value is 101 (39.84% from 255 or 35.94% from 281); Green value is 39 (15.62% from 255 or 13.88% from 281); Blue value is 141 (55.47% from 255 or 50.18% from 281); Max value from RGB is 141 - color contains mainly: blue. Hex color #65278D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #65278D is #9AD872. Grayscale: #444444. Windows color (decimal): -10147955 or 9250661. OLE color: 9250661.
HSL color Cylindrical-coordinate representation of color #65278D: hue angle of 276.47º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #65278D is Cyan = 0.28, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 101 | 39 | 141 | - |
| CMYK | 0.28 | 0.72 | 0 | 0.45 |
| HSL | 276.47º | 0.57% | 0.35% | - |
| HSV(B) | 276.47º | 0.72% | 0.55% | - |
| XYZ | 10.9 | 6.14 | 25.81 | - |
| YUV | 69.17 | 168.54 | 150.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 39 | 141 | 0.28 | 0.72 | 0 | 0.45 | 276.47 | 0.57 | 0.35 |
| Hex | 65 | 27 | 8D | 1C | 48 | 0 | 2D | 114 | 39 | 23 |
| Octal | 145 | 47 | 215 | 34 | 110 | 0 | 55 | 424 | 71 | 43 |
| Binary | 1100101 | 100111 | 10001101 | 11100 | 1001000 | 0 | 101101 | 100010100 | 111001 | 100011 |
Color Harmonies of #65278D
Complementary color
Monochromatic Colors of #65278D
Black with #65278D
Text Example
Text Example
White with #65278D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65278D; }
p { color: rgb(101,39,141); }
H1.HeaderClassName
{
color: #65278D;
}
.AnyTagClassName
{
color: #65278D;
}
</style>
background-color css
<style>
a { background-color: #65278D; }
a { background-color: rgb(101,39,141); }
div.DivClassName
{
background-color: #65278D;
}
.BgClassName
{
background-color: #65278D;
}
</style>
border-color css
<style>
span { border-color: #65278D; }
span { border-color: rgb(101,39,141); }
td.TdClassName
{
border-color: #65278D;
}
.TagClassName
{
border-color: #65278D;
}
</style>