Shades of Kingfisher Daisy #65248C
Tints of Kingfisher Daisy #65248C
RGB
CMYK
RGB Variations
Color information
#65248C (or 0x65248C) is known color: Kingfisher Daisy. HEX triplet: 65, 24 and 8C. RGB value is (101,36,140). Sum of RGB (Red+Green+Blue) = 101+36+140=277 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.46% from 277); Green value is 36 (14.45% from 255 or 13.00% from 277); Blue value is 140 (55.08% from 255 or 50.54% from 277); Max value from RGB is 140 - color contains mainly: blue. Hex color #65248C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #65248C is #9ADB73. Grayscale: #424242. Windows color (decimal): -10148724 or 9184357. OLE color: 9184357.
HSL color Cylindrical-coordinate representation of color #65248C: hue angle of 277.5º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #65248C is Cyan = 0.28, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 101 | 36 | 140 | - |
| CMYK | 0.28 | 0.74 | 0 | 0.45 |
| HSL | 277.5º | 0.59% | 0.35% | - |
| HSV(B) | 277.5º | 0.74% | 0.55% | - |
| XYZ | 10.73 | 5.92 | 25.39 | - |
| YUV | 67.29 | 169.03 | 152.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 36 | 140 | 0.28 | 0.74 | 0 | 0.45 | 277.5 | 0.59 | 0.35 |
| Hex | 65 | 24 | 8C | 1C | 4A | 0 | 2D | 116 | 3B | 23 |
| Octal | 145 | 44 | 214 | 34 | 112 | 0 | 55 | 426 | 73 | 43 |
| Binary | 1100101 | 100100 | 10001100 | 11100 | 1001010 | 0 | 101101 | 100010110 | 111011 | 100011 |
Color Harmonies of #65248C
Complementary color
Monochromatic Colors of #65248C
Black with #65248C
Text Example
Text Example
White with #65248C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65248C; }
p { color: rgb(101,36,140); }
H1.HeaderClassName
{
color: #65248C;
}
.AnyTagClassName
{
color: #65248C;
}
</style>
background-color css
<style>
a { background-color: #65248C; }
a { background-color: rgb(101,36,140); }
div.DivClassName
{
background-color: #65248C;
}
.BgClassName
{
background-color: #65248C;
}
</style>
border-color css
<style>
span { border-color: #65248C; }
span { border-color: rgb(101,36,140); }
td.TdClassName
{
border-color: #65248C;
}
.TagClassName
{
border-color: #65248C;
}
</style>