Shades of Honey Flower #632D78
Tints of Honey Flower #632D78
RGB
CMYK
RGB Variations
Color information
#632D78 (or 0x632D78) is known color: Honey Flower. HEX triplet: 63, 2D and 78. RGB value is (99,45,120). Sum of RGB (Red+Green+Blue) = 99+45+120=264 (34% of max value = 765). Red value is 99 (39.06% from 255 or 37.5% from 264); Green value is 45 (17.97% from 255 or 17.05% from 264); Blue value is 120 (47.27% from 255 or 45.45% from 264); Max value from RGB is 120 - color contains mainly: blue. Hex color #632D78 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #632D78 is #9CD287. Grayscale: #454545. Windows color (decimal): -10277512 or 7875939. OLE color: 7875939.
HSL color Cylindrical-coordinate representation of color #632D78: hue angle of 283.2º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #632D78 is Cyan = 0.17, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 99 | 45 | 120 | - |
| CMYK | 0.17 | 0.63 | 0 | 0.53 |
| HSL | 283.2º | 0.45% | 0.32% | - |
| HSV(B) | 283.2º | 0.63% | 0.47% | - |
| XYZ | 9.47 | 5.89 | 18.41 | - |
| YUV | 69.7 | 156.39 | 148.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 45 | 120 | 0.17 | 0.63 | 0 | 0.53 | 283.2 | 0.45 | 0.32 |
| Hex | 63 | 2D | 78 | 11 | 3F | 0 | 35 | 11B | 2D | 20 |
| Octal | 143 | 55 | 170 | 21 | 77 | 0 | 65 | 433 | 55 | 40 |
| Binary | 1100011 | 101101 | 1111000 | 10001 | 111111 | 0 | 110101 | 100011011 | 101101 | 100000 |
Color Harmonies of #632D78
Complementary color
Monochromatic Colors of #632D78
Black with #632D78
Text Example
Text Example
White with #632D78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632D78; }
p { color: rgb(99,45,120); }
H1.HeaderClassName
{
color: #632D78;
}
.AnyTagClassName
{
color: #632D78;
}
</style>
background-color css
<style>
a { background-color: #632D78; }
a { background-color: rgb(99,45,120); }
div.DivClassName
{
background-color: #632D78;
}
.BgClassName
{
background-color: #632D78;
}
</style>
border-color css
<style>
span { border-color: #632D78; }
span { border-color: rgb(99,45,120); }
td.TdClassName
{
border-color: #632D78;
}
.TagClassName
{
border-color: #632D78;
}
</style>