Shades of Kingfisher Daisy #63217F
Tints of Kingfisher Daisy #63217F
RGB
CMYK
RGB Variations
Color information
#63217F (or 0x63217F) is known color: Kingfisher Daisy. HEX triplet: 63, 21 and 7F. RGB value is (99,33,127). Sum of RGB (Red+Green+Blue) = 99+33+127=259 (34% of max value = 765). Red value is 99 (39.06% from 255 or 38.22% from 259); Green value is 33 (13.28% from 255 or 12.74% from 259); Blue value is 127 (50% from 255 or 49.03% from 259); Max value from RGB is 127 - color contains mainly: blue. Hex color #63217F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63217F is #9CDE80. Grayscale: #3F3F3F. Windows color (decimal): -10280577 or 8331619. OLE color: 8331619.
HSL color Cylindrical-coordinate representation of color #63217F: hue angle of 282.13º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #63217F is Cyan = 0.22, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 99 | 33 | 127 | - |
| CMYK | 0.22 | 0.74 | 0 | 0.50 |
| HSL | 282.13º | 0.59% | 0.31% | - |
| HSV(B) | 282.13º | 0.74% | 0.5% | - |
| XYZ | 9.52 | 5.27 | 20.59 | - |
| YUV | 63.45 | 163.87 | 153.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 33 | 127 | 0.22 | 0.74 | 0 | 0.50 | 282.13 | 0.59 | 0.31 |
| Hex | 63 | 21 | 7F | 16 | 4A | 0 | 32 | 11A | 3B | 1F |
| Octal | 143 | 41 | 177 | 26 | 112 | 0 | 62 | 432 | 73 | 37 |
| Binary | 1100011 | 100001 | 1111111 | 10110 | 1001010 | 0 | 110010 | 100011010 | 111011 | 11111 |
Color Harmonies of #63217F
Complementary color
Monochromatic Colors of #63217F
Black with #63217F
Text Example
Text Example
White with #63217F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63217F; }
p { color: rgb(99,33,127); }
H1.HeaderClassName
{
color: #63217F;
}
.AnyTagClassName
{
color: #63217F;
}
</style>
background-color css
<style>
a { background-color: #63217F; }
a { background-color: rgb(99,33,127); }
div.DivClassName
{
background-color: #63217F;
}
.BgClassName
{
background-color: #63217F;
}
</style>
border-color css
<style>
span { border-color: #63217F; }
span { border-color: rgb(99,33,127); }
td.TdClassName
{
border-color: #63217F;
}
.TagClassName
{
border-color: #63217F;
}
</style>