Shades of Kingfisher Daisy #65248A
Tints of Kingfisher Daisy #65248A
RGB
CMYK
RGB Variations
Color information
#65248A (or 0x65248A) is known color: Kingfisher Daisy. HEX triplet: 65, 24 and 8A. RGB value is (101,36,138). Sum of RGB (Red+Green+Blue) = 101+36+138=275 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.73% from 275); Green value is 36 (14.45% from 255 or 13.09% from 275); Blue value is 138 (54.30% from 255 or 50.18% from 275); Max value from RGB is 138 - color contains mainly: blue. Hex color #65248A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #65248A is #9ADB75. Grayscale: #424242. Windows color (decimal): -10148726 or 9053285. OLE color: 9053285.
HSL color Cylindrical-coordinate representation of color #65248A: hue angle of 278.24º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #65248A is Cyan = 0.27, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 101 | 36 | 138 | - |
| CMYK | 0.27 | 0.74 | 0 | 0.46 |
| HSL | 278.24º | 0.59% | 0.34% | - |
| HSV(B) | 278.24º | 0.74% | 0.54% | - |
| XYZ | 10.59 | 5.86 | 24.62 | - |
| YUV | 67.06 | 168.03 | 152.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 36 | 138 | 0.27 | 0.74 | 0 | 0.46 | 278.24 | 0.59 | 0.34 |
| Hex | 65 | 24 | 8A | 1B | 4A | 0 | 2E | 116 | 3B | 22 |
| Octal | 145 | 44 | 212 | 33 | 112 | 0 | 56 | 426 | 73 | 42 |
| Binary | 1100101 | 100100 | 10001010 | 11011 | 1001010 | 0 | 101110 | 100010110 | 111011 | 100010 |
Color Harmonies of #65248A
Complementary color
Monochromatic Colors of #65248A
Black with #65248A
Text Example
Text Example
White with #65248A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65248A; }
p { color: rgb(101,36,138); }
H1.HeaderClassName
{
color: #65248A;
}
.AnyTagClassName
{
color: #65248A;
}
</style>
background-color css
<style>
a { background-color: #65248A; }
a { background-color: rgb(101,36,138); }
div.DivClassName
{
background-color: #65248A;
}
.BgClassName
{
background-color: #65248A;
}
</style>
border-color css
<style>
span { border-color: #65248A; }
span { border-color: rgb(101,36,138); }
td.TdClassName
{
border-color: #65248A;
}
.TagClassName
{
border-color: #65248A;
}
</style>