Shades of Honey Flower #643B7C
Tints of Honey Flower #643B7C
RGB
CMYK
RGB Variations
Color information
#643B7C (or 0x643B7C) is known color: Honey Flower. HEX triplet: 64, 3B and 7C. RGB value is (100,59,124). Sum of RGB (Red+Green+Blue) = 100+59+124=283 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.34% from 283); Green value is 59 (23.44% from 255 or 20.85% from 283); Blue value is 124 (48.83% from 255 or 43.82% from 283); Max value from RGB is 124 - color contains mainly: blue. Hex color #643B7C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #643B7C is #9BC483. Grayscale: #4E4E4E. Windows color (decimal): -10208388 or 8141668. OLE color: 8141668.
HSL color Cylindrical-coordinate representation of color #643B7C: hue angle of 277.85º degrees, saturation: 0.36, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #643B7C is Cyan = 0.19, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 100 | 59 | 124 | - |
| CMYK | 0.19 | 0.52 | 0 | 0.51 |
| HSL | 277.85º | 0.36% | 0.36% | - |
| HSV(B) | 277.85º | 0.52% | 0.49% | - |
| XYZ | 10.46 | 7.29 | 19.93 | - |
| YUV | 78.67 | 153.58 | 143.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 59 | 124 | 0.19 | 0.52 | 0 | 0.51 | 277.85 | 0.36 | 0.36 |
| Hex | 64 | 3B | 7C | 13 | 34 | 0 | 33 | 116 | 24 | 24 |
| Octal | 144 | 73 | 174 | 23 | 64 | 0 | 63 | 426 | 44 | 44 |
| Binary | 1100100 | 111011 | 1111100 | 10011 | 110100 | 0 | 110011 | 100010110 | 100100 | 100100 |
Color Harmonies of #643B7C
Complementary color
Monochromatic Colors of #643B7C
Black with #643B7C
Text Example
Text Example
White with #643B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #643B7C; }
p { color: rgb(100,59,124); }
H1.HeaderClassName
{
color: #643B7C;
}
.AnyTagClassName
{
color: #643B7C;
}
</style>
background-color css
<style>
a { background-color: #643B7C; }
a { background-color: rgb(100,59,124); }
div.DivClassName
{
background-color: #643B7C;
}
.BgClassName
{
background-color: #643B7C;
}
</style>
border-color css
<style>
span { border-color: #643B7C; }
span { border-color: rgb(100,59,124); }
td.TdClassName
{
border-color: #643B7C;
}
.TagClassName
{
border-color: #643B7C;
}
</style>