Shades of Honey Flower #642E7A
Tints of Honey Flower #642E7A
RGB
CMYK
RGB Variations
Color information
#642E7A (or 0x642E7A) is known color: Honey Flower. HEX triplet: 64, 2E and 7A. RGB value is (100,46,122). Sum of RGB (Red+Green+Blue) = 100+46+122=268 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.31% from 268); Green value is 46 (18.36% from 255 or 17.16% from 268); Blue value is 122 (48.05% from 255 or 45.52% from 268); Max value from RGB is 122 - color contains mainly: blue. Hex color #642E7A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #642E7A is #9BD185. Grayscale: #464646. Windows color (decimal): -10211718 or 8007268. OLE color: 8007268.
HSL color Cylindrical-coordinate representation of color #642E7A: hue angle of 282.63º degrees, saturation: 0.45, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #642E7A is Cyan = 0.18, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 100 | 46 | 122 | - |
| CMYK | 0.18 | 0.62 | 0 | 0.52 |
| HSL | 282.63º | 0.45% | 0.33% | - |
| HSV(B) | 282.63º | 0.62% | 0.48% | - |
| XYZ | 9.75 | 6.07 | 19.07 | - |
| YUV | 70.81 | 156.89 | 148.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 46 | 122 | 0.18 | 0.62 | 0 | 0.52 | 282.63 | 0.45 | 0.33 |
| Hex | 64 | 2E | 7A | 12 | 3E | 0 | 34 | 11B | 2D | 21 |
| Octal | 144 | 56 | 172 | 22 | 76 | 0 | 64 | 433 | 55 | 41 |
| Binary | 1100100 | 101110 | 1111010 | 10010 | 111110 | 0 | 110100 | 100011011 | 101101 | 100001 |
Color Harmonies of #642E7A
Complementary color
Monochromatic Colors of #642E7A
Black with #642E7A
Text Example
Text Example
White with #642E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #642E7A; }
p { color: rgb(100,46,122); }
H1.HeaderClassName
{
color: #642E7A;
}
.AnyTagClassName
{
color: #642E7A;
}
</style>
background-color css
<style>
a { background-color: #642E7A; }
a { background-color: rgb(100,46,122); }
div.DivClassName
{
background-color: #642E7A;
}
.BgClassName
{
background-color: #642E7A;
}
</style>
border-color css
<style>
span { border-color: #642E7A; }
span { border-color: rgb(100,46,122); }
td.TdClassName
{
border-color: #642E7A;
}
.TagClassName
{
border-color: #642E7A;
}
</style>