Shades of Honey Flower #643E7D
Tints of Honey Flower #643E7D
RGB
CMYK
RGB Variations
Color information
#643E7D (or 0x643E7D) is known color: Honey Flower. HEX triplet: 64, 3E and 7D. RGB value is (100,62,125). Sum of RGB (Red+Green+Blue) = 100+62+125=287 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.84% from 287); Green value is 62 (24.61% from 255 or 21.60% from 287); Blue value is 125 (49.22% from 255 or 43.55% from 287); Max value from RGB is 125 - color contains mainly: blue. Hex color #643E7D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #643E7D is #9BC182. Grayscale: #505050. Windows color (decimal): -10207619 or 8207972. OLE color: 8207972.
HSL color Cylindrical-coordinate representation of color #643E7D: hue angle of 276.19º degrees, saturation: 0.34, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #643E7D is Cyan = 0.2, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 100 | 62 | 125 | - |
| CMYK | 0.2 | 0.50 | 0 | 0.51 |
| HSL | 276.19º | 0.34% | 0.37% | - |
| HSV(B) | 276.19º | 0.5% | 0.49% | - |
| XYZ | 10.68 | 7.64 | 20.31 | - |
| YUV | 80.54 | 153.09 | 141.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 62 | 125 | 0.2 | 0.50 | 0 | 0.51 | 276.19 | 0.34 | 0.37 |
| Hex | 64 | 3E | 7D | 14 | 32 | 0 | 33 | 114 | 22 | 25 |
| Octal | 144 | 76 | 175 | 24 | 62 | 0 | 63 | 424 | 42 | 45 |
| Binary | 1100100 | 111110 | 1111101 | 10100 | 110010 | 0 | 110011 | 100010100 | 100010 | 100101 |
Color Harmonies of #643E7D
Complementary color
Monochromatic Colors of #643E7D
Black with #643E7D
Text Example
Text Example
White with #643E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #643E7D; }
p { color: rgb(100,62,125); }
H1.HeaderClassName
{
color: #643E7D;
}
.AnyTagClassName
{
color: #643E7D;
}
</style>
background-color css
<style>
a { background-color: #643E7D; }
a { background-color: rgb(100,62,125); }
div.DivClassName
{
background-color: #643E7D;
}
.BgClassName
{
background-color: #643E7D;
}
</style>
border-color css
<style>
span { border-color: #643E7D; }
span { border-color: rgb(100,62,125); }
td.TdClassName
{
border-color: #643E7D;
}
.TagClassName
{
border-color: #643E7D;
}
</style>