Shades of Kingfisher Daisy #64298C
Tints of Kingfisher Daisy #64298C
RGB
CMYK
RGB Variations
Color information
#64298C (or 0x64298C) is known color: Kingfisher Daisy. HEX triplet: 64, 29 and 8C. RGB value is (100,41,140). Sum of RGB (Red+Green+Blue) = 100+41+140=281 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.59% from 281); Green value is 41 (16.41% from 255 or 14.59% from 281); Blue value is 140 (55.08% from 255 or 49.82% from 281); Max value from RGB is 140 - color contains mainly: blue. Hex color #64298C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #64298C is #9BD673. Grayscale: #454545. Windows color (decimal): -10212980 or 9185636. OLE color: 9185636.
HSL color Cylindrical-coordinate representation of color #64298C: hue angle of 275.76º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #64298C is Cyan = 0.29, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 100 | 41 | 140 | - |
| CMYK | 0.29 | 0.71 | 0 | 0.45 |
| HSL | 275.76º | 0.55% | 0.35% | - |
| HSV(B) | 275.76º | 0.71% | 0.55% | - |
| XYZ | 10.78 | 6.19 | 25.44 | - |
| YUV | 69.93 | 167.55 | 149.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 41 | 140 | 0.29 | 0.71 | 0 | 0.45 | 275.76 | 0.55 | 0.35 |
| Hex | 64 | 29 | 8C | 1D | 47 | 0 | 2D | 114 | 37 | 23 |
| Octal | 144 | 51 | 214 | 35 | 107 | 0 | 55 | 424 | 67 | 43 |
| Binary | 1100100 | 101001 | 10001100 | 11101 | 1000111 | 0 | 101101 | 100010100 | 110111 | 100011 |
Color Harmonies of #64298C
Complementary color
Monochromatic Colors of #64298C
Black with #64298C
Text Example
Text Example
White with #64298C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64298C; }
p { color: rgb(100,41,140); }
H1.HeaderClassName
{
color: #64298C;
}
.AnyTagClassName
{
color: #64298C;
}
</style>
background-color css
<style>
a { background-color: #64298C; }
a { background-color: rgb(100,41,140); }
div.DivClassName
{
background-color: #64298C;
}
.BgClassName
{
background-color: #64298C;
}
</style>
border-color css
<style>
span { border-color: #64298C; }
span { border-color: rgb(100,41,140); }
td.TdClassName
{
border-color: #64298C;
}
.TagClassName
{
border-color: #64298C;
}
</style>