Shades of Kingfisher Daisy #632E7D
Tints of Kingfisher Daisy #632E7D
RGB
CMYK
RGB Variations
Color information
#632E7D (or 0x632E7D) is known color: Kingfisher Daisy. HEX triplet: 63, 2E and 7D. RGB value is (99,46,125). Sum of RGB (Red+Green+Blue) = 99+46+125=270 (35% of max value = 765). Red value is 99 (39.06% from 255 or 36.67% from 270); Green value is 46 (18.36% from 255 or 17.04% from 270); Blue value is 125 (49.22% from 255 or 46.30% from 270); Max value from RGB is 125 - color contains mainly: blue. Hex color #632E7D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #632E7D is #9CD182. Grayscale: #464646. Windows color (decimal): -10277251 or 8203875. OLE color: 8203875.
HSL color Cylindrical-coordinate representation of color #632E7D: hue angle of 280.25º degrees, saturation: 0.46, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #632E7D is Cyan = 0.21, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 99 | 46 | 125 | - |
| CMYK | 0.21 | 0.63 | 0 | 0.51 |
| HSL | 280.25º | 0.46% | 0.34% | - |
| HSV(B) | 280.25º | 0.63% | 0.49% | - |
| XYZ | 9.82 | 6.09 | 20.06 | - |
| YUV | 70.85 | 158.56 | 148.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 46 | 125 | 0.21 | 0.63 | 0 | 0.51 | 280.25 | 0.46 | 0.34 |
| Hex | 63 | 2E | 7D | 15 | 3F | 0 | 33 | 118 | 2E | 22 |
| Octal | 143 | 56 | 175 | 25 | 77 | 0 | 63 | 430 | 56 | 42 |
| Binary | 1100011 | 101110 | 1111101 | 10101 | 111111 | 0 | 110011 | 100011000 | 101110 | 100010 |
Color Harmonies of #632E7D
Complementary color
Monochromatic Colors of #632E7D
Black with #632E7D
Text Example
Text Example
White with #632E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632E7D; }
p { color: rgb(99,46,125); }
H1.HeaderClassName
{
color: #632E7D;
}
.AnyTagClassName
{
color: #632E7D;
}
</style>
background-color css
<style>
a { background-color: #632E7D; }
a { background-color: rgb(99,46,125); }
div.DivClassName
{
background-color: #632E7D;
}
.BgClassName
{
background-color: #632E7D;
}
</style>
border-color css
<style>
span { border-color: #632E7D; }
span { border-color: rgb(99,46,125); }
td.TdClassName
{
border-color: #632E7D;
}
.TagClassName
{
border-color: #632E7D;
}
</style>