Shades of Kingfisher Daisy #632097
Tints of Kingfisher Daisy #632097
RGB
CMYK
RGB Variations
Color information
#632097 (or 0x632097) is known color: Kingfisher Daisy. HEX triplet: 63, 20 and 97. RGB value is (99,32,151). Sum of RGB (Red+Green+Blue) = 99+32+151=282 (37% of max value = 765). Red value is 99 (39.06% from 255 or 35.11% from 282); Green value is 32 (12.89% from 255 or 11.35% from 282); Blue value is 151 (59.38% from 255 or 53.55% from 282); Max value from RGB is 151 - color contains mainly: blue. Hex color #632097 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #632097 is #9CDF68. Grayscale: #414141. Windows color (decimal): -10280809 or 9904227. OLE color: 9904227.
HSL color Cylindrical-coordinate representation of color #632097: hue angle of 273.78º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #632097 is Cyan = 0.34, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 99 | 32 | 151 | - |
| CMYK | 0.34 | 0.79 | 0 | 0.41 |
| HSL | 273.78º | 0.65% | 0.36% | - |
| HSV(B) | 273.78º | 0.79% | 0.59% | - |
| XYZ | 11.25 | 5.92 | 29.83 | - |
| YUV | 65.6 | 176.2 | 151.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 32 | 151 | 0.34 | 0.79 | 0 | 0.41 | 273.78 | 0.65 | 0.36 |
| Hex | 63 | 20 | 97 | 22 | 4F | 0 | 29 | 112 | 41 | 24 |
| Octal | 143 | 40 | 227 | 42 | 117 | 0 | 51 | 422 | 101 | 44 |
| Binary | 1100011 | 100000 | 10010111 | 100010 | 1001111 | 0 | 101001 | 100010010 | 1000001 | 100100 |
Color Harmonies of #632097
Complementary color
Monochromatic Colors of #632097
Black with #632097
Text Example
Text Example
White with #632097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632097; }
p { color: rgb(99,32,151); }
H1.HeaderClassName
{
color: #632097;
}
.AnyTagClassName
{
color: #632097;
}
</style>
background-color css
<style>
a { background-color: #632097; }
a { background-color: rgb(99,32,151); }
div.DivClassName
{
background-color: #632097;
}
.BgClassName
{
background-color: #632097;
}
</style>
border-color css
<style>
span { border-color: #632097; }
span { border-color: rgb(99,32,151); }
td.TdClassName
{
border-color: #632097;
}
.TagClassName
{
border-color: #632097;
}
</style>