Shades of Kingfisher Daisy #632D8C
Tints of Kingfisher Daisy #632D8C
RGB
CMYK
RGB Variations
Color information
#632D8C (or 0x632D8C) is known color: Kingfisher Daisy. HEX triplet: 63, 2D and 8C. RGB value is (99,45,140). Sum of RGB (Red+Green+Blue) = 99+45+140=284 (37% of max value = 765). Red value is 99 (39.06% from 255 or 34.86% from 284); Green value is 45 (17.97% from 255 or 15.85% from 284); Blue value is 140 (55.08% from 255 or 49.30% from 284); Max value from RGB is 140 - color contains mainly: blue. Hex color #632D8C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #632D8C is #9CD273. Grayscale: #474747. Windows color (decimal): -10277492 or 9186659. OLE color: 9186659.
HSL color Cylindrical-coordinate representation of color #632D8C: hue angle of 274.11º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #632D8C is Cyan = 0.29, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 99 | 45 | 140 | - |
| CMYK | 0.29 | 0.68 | 0 | 0.45 |
| HSL | 274.11º | 0.51% | 0.36% | - |
| HSV(B) | 274.11º | 0.68% | 0.55% | - |
| XYZ | 10.82 | 6.42 | 25.48 | - |
| YUV | 71.98 | 166.39 | 147.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 45 | 140 | 0.29 | 0.68 | 0 | 0.45 | 274.11 | 0.51 | 0.36 |
| Hex | 63 | 2D | 8C | 1D | 44 | 0 | 2D | 112 | 33 | 24 |
| Octal | 143 | 55 | 214 | 35 | 104 | 0 | 55 | 422 | 63 | 44 |
| Binary | 1100011 | 101101 | 10001100 | 11101 | 1000100 | 0 | 101101 | 100010010 | 110011 | 100100 |
Color Harmonies of #632D8C
Complementary color
Monochromatic Colors of #632D8C
Black with #632D8C
Text Example
Text Example
White with #632D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632D8C; }
p { color: rgb(99,45,140); }
H1.HeaderClassName
{
color: #632D8C;
}
.AnyTagClassName
{
color: #632D8C;
}
</style>
background-color css
<style>
a { background-color: #632D8C; }
a { background-color: rgb(99,45,140); }
div.DivClassName
{
background-color: #632D8C;
}
.BgClassName
{
background-color: #632D8C;
}
</style>
border-color css
<style>
span { border-color: #632D8C; }
span { border-color: rgb(99,45,140); }
td.TdClassName
{
border-color: #632D8C;
}
.TagClassName
{
border-color: #632D8C;
}
</style>