Shades of Honey Flower #64417C
Tints of Honey Flower #64417C
RGB
CMYK
RGB Variations
Color information
#64417C (or 0x64417C) is known color: Honey Flower. HEX triplet: 64, 41 and 7C. RGB value is (100,65,124). Sum of RGB (Red+Green+Blue) = 100+65+124=289 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.60% from 289); Green value is 65 (25.78% from 255 or 22.49% from 289); Blue value is 124 (48.83% from 255 or 42.91% from 289); Max value from RGB is 124 - color contains mainly: blue. Hex color #64417C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #64417C is #9BBE83. Grayscale: #515151. Windows color (decimal): -10206852 or 8143204. OLE color: 8143204.
HSL color Cylindrical-coordinate representation of color #64417C: hue angle of 275.59º degrees, saturation: 0.31, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #64417C is Cyan = 0.19, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 100 | 65 | 124 | - |
| CMYK | 0.19 | 0.48 | 0 | 0.51 |
| HSL | 275.59º | 0.31% | 0.37% | - |
| HSV(B) | 275.59º | 0.48% | 0.49% | - |
| XYZ | 10.78 | 7.95 | 20.03 | - |
| YUV | 82.19 | 151.6 | 140.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 65 | 124 | 0.19 | 0.48 | 0 | 0.51 | 275.59 | 0.31 | 0.37 |
| Hex | 64 | 41 | 7C | 13 | 30 | 0 | 33 | 114 | 1F | 25 |
| Octal | 144 | 101 | 174 | 23 | 60 | 0 | 63 | 424 | 37 | 45 |
| Binary | 1100100 | 1000001 | 1111100 | 10011 | 110000 | 0 | 110011 | 100010100 | 11111 | 100101 |
Color Harmonies of #64417C
Complementary color
Monochromatic Colors of #64417C
Black with #64417C
Text Example
Text Example
White with #64417C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64417C; }
p { color: rgb(100,65,124); }
H1.HeaderClassName
{
color: #64417C;
}
.AnyTagClassName
{
color: #64417C;
}
</style>
background-color css
<style>
a { background-color: #64417C; }
a { background-color: rgb(100,65,124); }
div.DivClassName
{
background-color: #64417C;
}
.BgClassName
{
background-color: #64417C;
}
</style>
border-color css
<style>
span { border-color: #64417C; }
span { border-color: rgb(100,65,124); }
td.TdClassName
{
border-color: #64417C;
}
.TagClassName
{
border-color: #64417C;
}
</style>