Shades of Honey Flower #643C72
Tints of Honey Flower #643C72
RGB
CMYK
RGB Variations
Color information
#643C72 (or 0x643C72) is known color: Honey Flower. HEX triplet: 64, 3C and 72. RGB value is (100,60,114). Sum of RGB (Red+Green+Blue) = 100+60+114=274 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.50% from 274); Green value is 60 (23.83% from 255 or 21.90% from 274); Blue value is 114 (44.92% from 255 or 41.61% from 274); Max value from RGB is 114 - color contains mainly: blue. Hex color #643C72 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #643C72 is #9BC38D. Grayscale: #4D4D4D. Windows color (decimal): -10208142 or 7486564. OLE color: 7486564.
HSL color Cylindrical-coordinate representation of color #643C72: hue angle of 284.44º degrees, saturation: 0.31, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #643C72 is Cyan = 0.12, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 100 | 60 | 114 | - |
| CMYK | 0.12 | 0.47 | 0 | 0.55 |
| HSL | 284.44º | 0.31% | 0.34% | - |
| HSV(B) | 284.44º | 0.47% | 0.45% | - |
| XYZ | 9.91 | 7.16 | 16.78 | - |
| YUV | 78.12 | 148.25 | 143.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 60 | 114 | 0.12 | 0.47 | 0 | 0.55 | 284.44 | 0.31 | 0.34 |
| Hex | 64 | 3C | 72 | C | 2F | 0 | 37 | 11C | 1F | 22 |
| Octal | 144 | 74 | 162 | 14 | 57 | 0 | 67 | 434 | 37 | 42 |
| Binary | 1100100 | 111100 | 1110010 | 1100 | 101111 | 0 | 110111 | 100011100 | 11111 | 100010 |
Color Harmonies of #643C72
Complementary color
Monochromatic Colors of #643C72
Black with #643C72
Text Example
Text Example
White with #643C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #643C72; }
p { color: rgb(100,60,114); }
H1.HeaderClassName
{
color: #643C72;
}
.AnyTagClassName
{
color: #643C72;
}
</style>
background-color css
<style>
a { background-color: #643C72; }
a { background-color: rgb(100,60,114); }
div.DivClassName
{
background-color: #643C72;
}
.BgClassName
{
background-color: #643C72;
}
</style>
border-color css
<style>
span { border-color: #643C72; }
span { border-color: rgb(100,60,114); }
td.TdClassName
{
border-color: #643C72;
}
.TagClassName
{
border-color: #643C72;
}
</style>