Shades of Kingfisher Daisy #632785
Tints of Kingfisher Daisy #632785
RGB
CMYK
RGB Variations
Color information
#632785 (or 0x632785) is known color: Kingfisher Daisy. HEX triplet: 63, 27 and 85. RGB value is (99,39,133). Sum of RGB (Red+Green+Blue) = 99+39+133=271 (35% of max value = 765). Red value is 99 (39.06% from 255 or 36.53% from 271); Green value is 39 (15.62% from 255 or 14.39% from 271); Blue value is 133 (52.34% from 255 or 49.08% from 271); Max value from RGB is 133 - color contains mainly: blue. Hex color #632785 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #632785 is #9CD87A. Grayscale: #434343. Windows color (decimal): -10279035 or 8726371. OLE color: 8726371.
HSL color Cylindrical-coordinate representation of color #632785: hue angle of 278.3º degrees, saturation: 0.55, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #632785 is Cyan = 0.26, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 99 | 39 | 133 | - |
| CMYK | 0.26 | 0.71 | 0 | 0.48 |
| HSL | 278.3º | 0.55% | 0.34% | - |
| HSV(B) | 278.3º | 0.71% | 0.52% | - |
| XYZ | 10.1 | 5.8 | 22.78 | - |
| YUV | 67.66 | 164.88 | 150.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 39 | 133 | 0.26 | 0.71 | 0 | 0.48 | 278.3 | 0.55 | 0.34 |
| Hex | 63 | 27 | 85 | 1A | 47 | 0 | 30 | 116 | 37 | 22 |
| Octal | 143 | 47 | 205 | 32 | 107 | 0 | 60 | 426 | 67 | 42 |
| Binary | 1100011 | 100111 | 10000101 | 11010 | 1000111 | 0 | 110000 | 100010110 | 110111 | 100010 |
Color Harmonies of #632785
Complementary color
Monochromatic Colors of #632785
Black with #632785
Text Example
Text Example
White with #632785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632785; }
p { color: rgb(99,39,133); }
H1.HeaderClassName
{
color: #632785;
}
.AnyTagClassName
{
color: #632785;
}
</style>
background-color css
<style>
a { background-color: #632785; }
a { background-color: rgb(99,39,133); }
div.DivClassName
{
background-color: #632785;
}
.BgClassName
{
background-color: #632785;
}
</style>
border-color css
<style>
span { border-color: #632785; }
span { border-color: rgb(99,39,133); }
td.TdClassName
{
border-color: #632785;
}
.TagClassName
{
border-color: #632785;
}
</style>