Shades of Honey Flower #654172
Tints of Honey Flower #654172
RGB
CMYK
RGB Variations
Color information
#654172 (or 0x654172) is known color: Honey Flower. HEX triplet: 65, 41 and 72. RGB value is (101,65,114). Sum of RGB (Red+Green+Blue) = 101+65+114=280 (37% of max value = 765). Red value is 101 (39.84% from 255 or 36.07% from 280); Green value is 65 (25.78% from 255 or 23.21% from 280); Blue value is 114 (44.92% from 255 or 40.71% from 280); Max value from RGB is 114 - color contains mainly: blue. Hex color #654172 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #654172 is #9ABE8D. Grayscale: #515151. Windows color (decimal): -10141326 or 7487845. OLE color: 7487845.
HSL color Cylindrical-coordinate representation of color #654172: hue angle of 284.08º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #654172 is Cyan = 0.11, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 101 | 65 | 114 | - |
| CMYK | 0.11 | 0.43 | 0 | 0.55 |
| HSL | 284.08º | 0.27% | 0.35% | - |
| HSV(B) | 284.08º | 0.43% | 0.45% | - |
| XYZ | 10.29 | 7.76 | 16.88 | - |
| YUV | 81.35 | 146.43 | 142.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 65 | 114 | 0.11 | 0.43 | 0 | 0.55 | 284.08 | 0.27 | 0.35 |
| Hex | 65 | 41 | 72 | B | 2B | 0 | 37 | 11C | 1B | 23 |
| Octal | 145 | 101 | 162 | 13 | 53 | 0 | 67 | 434 | 33 | 43 |
| Binary | 1100101 | 1000001 | 1110010 | 1011 | 101011 | 0 | 110111 | 100011100 | 11011 | 100011 |
Color Harmonies of #654172
Complementary color
Monochromatic Colors of #654172
Black with #654172
Text Example
Text Example
White with #654172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654172; }
p { color: rgb(101,65,114); }
H1.HeaderClassName
{
color: #654172;
}
.AnyTagClassName
{
color: #654172;
}
</style>
background-color css
<style>
a { background-color: #654172; }
a { background-color: rgb(101,65,114); }
div.DivClassName
{
background-color: #654172;
}
.BgClassName
{
background-color: #654172;
}
</style>
border-color css
<style>
span { border-color: #654172; }
span { border-color: rgb(101,65,114); }
td.TdClassName
{
border-color: #654172;
}
.TagClassName
{
border-color: #654172;
}
</style>