Shades of Honey Flower #64307B
Tints of Honey Flower #64307B
RGB
CMYK
RGB Variations
Color information
#64307B (or 0x64307B) is known color: Honey Flower. HEX triplet: 64, 30 and 7B. RGB value is (100,48,123). Sum of RGB (Red+Green+Blue) = 100+48+123=271 (35% of max value = 765). Red value is 100 (39.45% from 255 or 36.90% from 271); Green value is 48 (19.14% from 255 or 17.71% from 271); Blue value is 123 (48.44% from 255 or 45.39% from 271); Max value from RGB is 123 - color contains mainly: blue. Hex color #64307B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #64307B is #9BCF84. Grayscale: #474747. Windows color (decimal): -10211205 or 8073316. OLE color: 8073316.
HSL color Cylindrical-coordinate representation of color #64307B: hue angle of 281.6º degrees, saturation: 0.44, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #64307B is Cyan = 0.19, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 100 | 48 | 123 | - |
| CMYK | 0.19 | 0.61 | 0 | 0.52 |
| HSL | 281.6º | 0.44% | 0.34% | - |
| HSV(B) | 281.6º | 0.61% | 0.48% | - |
| XYZ | 9.89 | 6.25 | 19.42 | - |
| YUV | 72.1 | 156.73 | 147.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 48 | 123 | 0.19 | 0.61 | 0 | 0.52 | 281.6 | 0.44 | 0.34 |
| Hex | 64 | 30 | 7B | 13 | 3D | 0 | 34 | 11A | 2C | 22 |
| Octal | 144 | 60 | 173 | 23 | 75 | 0 | 64 | 432 | 54 | 42 |
| Binary | 1100100 | 110000 | 1111011 | 10011 | 111101 | 0 | 110100 | 100011010 | 101100 | 100010 |
Color Harmonies of #64307B
Complementary color
Monochromatic Colors of #64307B
Black with #64307B
Text Example
Text Example
White with #64307B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64307B; }
p { color: rgb(100,48,123); }
H1.HeaderClassName
{
color: #64307B;
}
.AnyTagClassName
{
color: #64307B;
}
</style>
background-color css
<style>
a { background-color: #64307B; }
a { background-color: rgb(100,48,123); }
div.DivClassName
{
background-color: #64307B;
}
.BgClassName
{
background-color: #64307B;
}
</style>
border-color css
<style>
span { border-color: #64307B; }
span { border-color: rgb(100,48,123); }
td.TdClassName
{
border-color: #64307B;
}
.TagClassName
{
border-color: #64307B;
}
</style>