Shades of Honey Flower #654878
Tints of Honey Flower #654878
RGB
CMYK
RGB Variations
Color information
#654878 (or 0x654878) is known color: Honey Flower. HEX triplet: 65, 48 and 78. RGB value is (101,72,120). Sum of RGB (Red+Green+Blue) = 101+72+120=293 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.47% from 293); Green value is 72 (28.52% from 255 or 24.57% from 293); Blue value is 120 (47.27% from 255 or 40.96% from 293); Max value from RGB is 120 - color contains mainly: blue. Hex color #654878 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #654878 is #9AB787. Grayscale: #555555. Windows color (decimal): -10139528 or 7882853. OLE color: 7882853.
HSL color Cylindrical-coordinate representation of color #654878: hue angle of 276.25º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #654878 is Cyan = 0.16, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 101 | 72 | 120 | - |
| CMYK | 0.16 | 0.40 | 0 | 0.53 |
| HSL | 276.25º | 0.25% | 0.38% | - |
| HSV(B) | 276.25º | 0.4% | 0.47% | - |
| XYZ | 11.07 | 8.76 | 18.88 | - |
| YUV | 86.14 | 147.11 | 138.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 72 | 120 | 0.16 | 0.40 | 0 | 0.53 | 276.25 | 0.25 | 0.38 |
| Hex | 65 | 48 | 78 | 10 | 28 | 0 | 35 | 114 | 19 | 26 |
| Octal | 145 | 110 | 170 | 20 | 50 | 0 | 65 | 424 | 31 | 46 |
| Binary | 1100101 | 1001000 | 1111000 | 10000 | 101000 | 0 | 110101 | 100010100 | 11001 | 100110 |
Color Harmonies of #654878
Complementary color
Monochromatic Colors of #654878
Black with #654878
Text Example
Text Example
White with #654878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654878; }
p { color: rgb(101,72,120); }
H1.HeaderClassName
{
color: #654878;
}
.AnyTagClassName
{
color: #654878;
}
</style>
background-color css
<style>
a { background-color: #654878; }
a { background-color: rgb(101,72,120); }
div.DivClassName
{
background-color: #654878;
}
.BgClassName
{
background-color: #654878;
}
</style>
border-color css
<style>
span { border-color: #654878; }
span { border-color: rgb(101,72,120); }
td.TdClassName
{
border-color: #654878;
}
.TagClassName
{
border-color: #654878;
}
</style>