Shades of Kingfisher Daisy #63347F
Tints of Kingfisher Daisy #63347F
RGB
CMYK
RGB Variations
Color information
#63347F (or 0x63347F) is known color: Kingfisher Daisy. HEX triplet: 63, 34 and 7F. RGB value is (99,52,127). Sum of RGB (Red+Green+Blue) = 99+52+127=278 (36% of max value = 765). Red value is 99 (39.06% from 255 or 35.61% from 278); Green value is 52 (20.70% from 255 or 18.71% from 278); Blue value is 127 (50% from 255 or 45.68% from 278); Max value from RGB is 127 - color contains mainly: blue. Hex color #63347F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63347F is #9CCB80. Grayscale: #4A4A4A. Windows color (decimal): -10275713 or 8336483. OLE color: 8336483.
HSL color Cylindrical-coordinate representation of color #63347F: hue angle of 277.6º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #63347F is Cyan = 0.22, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 99 | 52 | 127 | - |
| CMYK | 0.22 | 0.59 | 0 | 0.50 |
| HSL | 277.6º | 0.42% | 0.35% | - |
| HSV(B) | 277.6º | 0.59% | 0.5% | - |
| XYZ | 10.2 | 6.64 | 20.82 | - |
| YUV | 74.6 | 157.57 | 145.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 52 | 127 | 0.22 | 0.59 | 0 | 0.50 | 277.6 | 0.42 | 0.35 |
| Hex | 63 | 34 | 7F | 16 | 3B | 0 | 32 | 116 | 2A | 23 |
| Octal | 143 | 64 | 177 | 26 | 73 | 0 | 62 | 426 | 52 | 43 |
| Binary | 1100011 | 110100 | 1111111 | 10110 | 111011 | 0 | 110010 | 100010110 | 101010 | 100011 |
Color Harmonies of #63347F
Complementary color
Monochromatic Colors of #63347F
Black with #63347F
Text Example
Text Example
White with #63347F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63347F; }
p { color: rgb(99,52,127); }
H1.HeaderClassName
{
color: #63347F;
}
.AnyTagClassName
{
color: #63347F;
}
</style>
background-color css
<style>
a { background-color: #63347F; }
a { background-color: rgb(99,52,127); }
div.DivClassName
{
background-color: #63347F;
}
.BgClassName
{
background-color: #63347F;
}
</style>
border-color css
<style>
span { border-color: #63347F; }
span { border-color: rgb(99,52,127); }
td.TdClassName
{
border-color: #63347F;
}
.TagClassName
{
border-color: #63347F;
}
</style>