Shades of Honey Flower #64317C
Tints of Honey Flower #64317C
RGB
CMYK
RGB Variations
Color information
#64317C (or 0x64317C) is known color: Honey Flower. HEX triplet: 64, 31 and 7C. RGB value is (100,49,124). Sum of RGB (Red+Green+Blue) = 100+49+124=273 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.63% from 273); Green value is 49 (19.53% from 255 or 17.95% from 273); Blue value is 124 (48.83% from 255 or 45.42% from 273); Max value from RGB is 124 - color contains mainly: blue. Hex color #64317C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #64317C is #9BCE83. Grayscale: #484848. Windows color (decimal): -10210948 or 8139108. OLE color: 8139108.
HSL color Cylindrical-coordinate representation of color #64317C: hue angle of 280.8º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #64317C is Cyan = 0.19, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 100 | 49 | 124 | - |
| CMYK | 0.19 | 0.60 | 0 | 0.51 |
| HSL | 280.8º | 0.43% | 0.34% | - |
| HSV(B) | 280.8º | 0.6% | 0.49% | - |
| XYZ | 9.99 | 6.36 | 19.77 | - |
| YUV | 72.8 | 156.9 | 147.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 49 | 124 | 0.19 | 0.60 | 0 | 0.51 | 280.8 | 0.43 | 0.34 |
| Hex | 64 | 31 | 7C | 13 | 3C | 0 | 33 | 119 | 2B | 22 |
| Octal | 144 | 61 | 174 | 23 | 74 | 0 | 63 | 431 | 53 | 42 |
| Binary | 1100100 | 110001 | 1111100 | 10011 | 111100 | 0 | 110011 | 100011001 | 101011 | 100010 |
Color Harmonies of #64317C
Complementary color
Monochromatic Colors of #64317C
Black with #64317C
Text Example
Text Example
White with #64317C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64317C; }
p { color: rgb(100,49,124); }
H1.HeaderClassName
{
color: #64317C;
}
.AnyTagClassName
{
color: #64317C;
}
</style>
background-color css
<style>
a { background-color: #64317C; }
a { background-color: rgb(100,49,124); }
div.DivClassName
{
background-color: #64317C;
}
.BgClassName
{
background-color: #64317C;
}
</style>
border-color css
<style>
span { border-color: #64317C; }
span { border-color: rgb(100,49,124); }
td.TdClassName
{
border-color: #64317C;
}
.TagClassName
{
border-color: #64317C;
}
</style>