Shades of Honey Flower #654377
Tints of Honey Flower #654377
RGB
CMYK
RGB Variations
Color information
#654377 (or 0x654377) is known color: Honey Flower. HEX triplet: 65, 43 and 77. RGB value is (101,67,119). Sum of RGB (Red+Green+Blue) = 101+67+119=287 (38% of max value = 765). Red value is 101 (39.84% from 255 or 35.19% from 287); Green value is 67 (26.56% from 255 or 23.34% from 287); Blue value is 119 (46.88% from 255 or 41.46% from 287); Max value from RGB is 119 - color contains mainly: blue. Hex color #654377 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #654377 is #9ABC88. Grayscale: #525252. Windows color (decimal): -10140809 or 7816037. OLE color: 7816037.
HSL color Cylindrical-coordinate representation of color #654377: hue angle of 279.23º degrees, saturation: 0.28, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #654377 is Cyan = 0.15, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 101 | 67 | 119 | - |
| CMYK | 0.15 | 0.44 | 0 | 0.53 |
| HSL | 279.23º | 0.28% | 0.36% | - |
| HSV(B) | 279.23º | 0.44% | 0.47% | - |
| XYZ | 10.7 | 8.11 | 18.45 | - |
| YUV | 83.09 | 148.26 | 140.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 67 | 119 | 0.15 | 0.44 | 0 | 0.53 | 279.23 | 0.28 | 0.36 |
| Hex | 65 | 43 | 77 | F | 2C | 0 | 35 | 117 | 1C | 24 |
| Octal | 145 | 103 | 167 | 17 | 54 | 0 | 65 | 427 | 34 | 44 |
| Binary | 1100101 | 1000011 | 1110111 | 1111 | 101100 | 0 | 110101 | 100010111 | 11100 | 100100 |
Color Harmonies of #654377
Complementary color
Monochromatic Colors of #654377
Black with #654377
Text Example
Text Example
White with #654377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654377; }
p { color: rgb(101,67,119); }
H1.HeaderClassName
{
color: #654377;
}
.AnyTagClassName
{
color: #654377;
}
</style>
background-color css
<style>
a { background-color: #654377; }
a { background-color: rgb(101,67,119); }
div.DivClassName
{
background-color: #654377;
}
.BgClassName
{
background-color: #654377;
}
</style>
border-color css
<style>
span { border-color: #654377; }
span { border-color: rgb(101,67,119); }
td.TdClassName
{
border-color: #654377;
}
.TagClassName
{
border-color: #654377;
}
</style>