Shades of Honey Flower #64327A
Tints of Honey Flower #64327A
RGB
CMYK
RGB Variations
Color information
#64327A (or 0x64327A) is known color: Honey Flower. HEX triplet: 64, 32 and 7A. RGB value is (100,50,122). Sum of RGB (Red+Green+Blue) = 100+50+122=272 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.76% from 272); Green value is 50 (19.92% from 255 or 18.38% from 272); Blue value is 122 (48.05% from 255 or 44.85% from 272); Max value from RGB is 122 - color contains mainly: blue. Hex color #64327A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #64327A is #9BCD85. Grayscale: #484848. Windows color (decimal): -10210694 or 8008292. OLE color: 8008292.
HSL color Cylindrical-coordinate representation of color #64327A: hue angle of 281.67º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #64327A is Cyan = 0.18, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 100 | 50 | 122 | - |
| CMYK | 0.18 | 0.59 | 0 | 0.52 |
| HSL | 281.67º | 0.42% | 0.34% | - |
| HSV(B) | 281.67º | 0.59% | 0.48% | - |
| XYZ | 9.91 | 6.4 | 19.12 | - |
| YUV | 73.16 | 155.57 | 147.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 50 | 122 | 0.18 | 0.59 | 0 | 0.52 | 281.67 | 0.42 | 0.34 |
| Hex | 64 | 32 | 7A | 12 | 3B | 0 | 34 | 11A | 2A | 22 |
| Octal | 144 | 62 | 172 | 22 | 73 | 0 | 64 | 432 | 52 | 42 |
| Binary | 1100100 | 110010 | 1111010 | 10010 | 111011 | 0 | 110100 | 100011010 | 101010 | 100010 |
Color Harmonies of #64327A
Complementary color
Monochromatic Colors of #64327A
Black with #64327A
Text Example
Text Example
White with #64327A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64327A; }
p { color: rgb(100,50,122); }
H1.HeaderClassName
{
color: #64327A;
}
.AnyTagClassName
{
color: #64327A;
}
</style>
background-color css
<style>
a { background-color: #64327A; }
a { background-color: rgb(100,50,122); }
div.DivClassName
{
background-color: #64327A;
}
.BgClassName
{
background-color: #64327A;
}
</style>
border-color css
<style>
span { border-color: #64327A; }
span { border-color: rgb(100,50,122); }
td.TdClassName
{
border-color: #64327A;
}
.TagClassName
{
border-color: #64327A;
}
</style>