Shades of Honey Flower #643E7B
Tints of Honey Flower #643E7B
RGB
CMYK
RGB Variations
Color information
#643E7B (or 0x643E7B) is known color: Honey Flower. HEX triplet: 64, 3E and 7B. RGB value is (100,62,123). Sum of RGB (Red+Green+Blue) = 100+62+123=285 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.09% from 285); Green value is 62 (24.61% from 255 or 21.75% from 285); Blue value is 123 (48.44% from 255 or 43.16% from 285); Max value from RGB is 123 - color contains mainly: blue. Hex color #643E7B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #643E7B is #9BC184. Grayscale: #505050. Windows color (decimal): -10207621 or 8076900. OLE color: 8076900.
HSL color Cylindrical-coordinate representation of color #643E7B: hue angle of 277.38º degrees, saturation: 0.33, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #643E7B is Cyan = 0.19, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 100 | 62 | 123 | - |
| CMYK | 0.19 | 0.50 | 0 | 0.52 |
| HSL | 277.38º | 0.33% | 0.36% | - |
| HSV(B) | 277.38º | 0.5% | 0.48% | - |
| XYZ | 10.55 | 7.58 | 19.65 | - |
| YUV | 80.32 | 152.09 | 142.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 62 | 123 | 0.19 | 0.50 | 0 | 0.52 | 277.38 | 0.33 | 0.36 |
| Hex | 64 | 3E | 7B | 13 | 32 | 0 | 34 | 115 | 21 | 24 |
| Octal | 144 | 76 | 173 | 23 | 62 | 0 | 64 | 425 | 41 | 44 |
| Binary | 1100100 | 111110 | 1111011 | 10011 | 110010 | 0 | 110100 | 100010101 | 100001 | 100100 |
Color Harmonies of #643E7B
Complementary color
Monochromatic Colors of #643E7B
Black with #643E7B
Text Example
Text Example
White with #643E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #643E7B; }
p { color: rgb(100,62,123); }
H1.HeaderClassName
{
color: #643E7B;
}
.AnyTagClassName
{
color: #643E7B;
}
</style>
background-color css
<style>
a { background-color: #643E7B; }
a { background-color: rgb(100,62,123); }
div.DivClassName
{
background-color: #643E7B;
}
.BgClassName
{
background-color: #643E7B;
}
</style>
border-color css
<style>
span { border-color: #643E7B; }
span { border-color: rgb(100,62,123); }
td.TdClassName
{
border-color: #643E7B;
}
.TagClassName
{
border-color: #643E7B;
}
</style>