Shades of Kingfisher Daisy #632392
Tints of Kingfisher Daisy #632392
RGB
CMYK
RGB Variations
Color information
#632392 (or 0x632392) is known color: Kingfisher Daisy. HEX triplet: 63, 23 and 92. RGB value is (99,35,146). Sum of RGB (Red+Green+Blue) = 99+35+146=280 (37% of max value = 765). Red value is 99 (39.06% from 255 or 35.36% from 280); Green value is 35 (14.06% from 255 or 12.5% from 280); Blue value is 146 (57.42% from 255 or 52.14% from 280); Max value from RGB is 146 - color contains mainly: blue. Hex color #632392 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #632392 is #9CDC6D. Grayscale: #424242. Windows color (decimal): -10280046 or 9577315. OLE color: 9577315.
HSL color Cylindrical-coordinate representation of color #632392: hue angle of 274.59º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #632392 is Cyan = 0.32, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 99 | 35 | 146 | - |
| CMYK | 0.32 | 0.76 | 0 | 0.43 |
| HSL | 274.59º | 0.61% | 0.35% | - |
| HSV(B) | 274.59º | 0.76% | 0.57% | - |
| XYZ | 10.93 | 5.93 | 27.76 | - |
| YUV | 66.79 | 172.7 | 150.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 35 | 146 | 0.32 | 0.76 | 0 | 0.43 | 274.59 | 0.61 | 0.35 |
| Hex | 63 | 23 | 92 | 20 | 4C | 0 | 2B | 113 | 3D | 23 |
| Octal | 143 | 43 | 222 | 40 | 114 | 0 | 53 | 423 | 75 | 43 |
| Binary | 1100011 | 100011 | 10010010 | 100000 | 1001100 | 0 | 101011 | 100010011 | 111101 | 100011 |
Color Harmonies of #632392
Complementary color
Monochromatic Colors of #632392
Black with #632392
Text Example
Text Example
White with #632392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632392; }
p { color: rgb(99,35,146); }
H1.HeaderClassName
{
color: #632392;
}
.AnyTagClassName
{
color: #632392;
}
</style>
background-color css
<style>
a { background-color: #632392; }
a { background-color: rgb(99,35,146); }
div.DivClassName
{
background-color: #632392;
}
.BgClassName
{
background-color: #632392;
}
</style>
border-color css
<style>
span { border-color: #632392; }
span { border-color: rgb(99,35,146); }
td.TdClassName
{
border-color: #632392;
}
.TagClassName
{
border-color: #632392;
}
</style>