Shades of Honey Flower #654378
Tints of Honey Flower #654378
RGB
CMYK
RGB Variations
Color information
#654378 (or 0x654378) is known color: Honey Flower. HEX triplet: 65, 43 and 78. RGB value is (101,67,120). Sum of RGB (Red+Green+Blue) = 101+67+120=288 (38% of max value = 765). Red value is 101 (39.84% from 255 or 35.07% from 288); Green value is 67 (26.56% from 255 or 23.26% from 288); Blue value is 120 (47.27% from 255 or 41.67% from 288); Max value from RGB is 120 - color contains mainly: blue. Hex color #654378 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #654378 is #9ABC87. Grayscale: #535353. Windows color (decimal): -10140808 or 7881573. OLE color: 7881573.
HSL color Cylindrical-coordinate representation of color #654378: hue angle of 278.49º degrees, saturation: 0.28, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #654378 is Cyan = 0.16, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 101 | 67 | 120 | - |
| CMYK | 0.16 | 0.44 | 0 | 0.53 |
| HSL | 278.49º | 0.28% | 0.37% | - |
| HSV(B) | 278.49º | 0.44% | 0.47% | - |
| XYZ | 10.76 | 8.14 | 18.77 | - |
| YUV | 83.21 | 148.76 | 140.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 67 | 120 | 0.16 | 0.44 | 0 | 0.53 | 278.49 | 0.28 | 0.37 |
| Hex | 65 | 43 | 78 | 10 | 2C | 0 | 35 | 116 | 1C | 25 |
| Octal | 145 | 103 | 170 | 20 | 54 | 0 | 65 | 426 | 34 | 45 |
| Binary | 1100101 | 1000011 | 1111000 | 10000 | 101100 | 0 | 110101 | 100010110 | 11100 | 100101 |
Color Harmonies of #654378
Complementary color
Monochromatic Colors of #654378
Black with #654378
Text Example
Text Example
White with #654378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654378; }
p { color: rgb(101,67,120); }
H1.HeaderClassName
{
color: #654378;
}
.AnyTagClassName
{
color: #654378;
}
</style>
background-color css
<style>
a { background-color: #654378; }
a { background-color: rgb(101,67,120); }
div.DivClassName
{
background-color: #654378;
}
.BgClassName
{
background-color: #654378;
}
</style>
border-color css
<style>
span { border-color: #654378; }
span { border-color: rgb(101,67,120); }
td.TdClassName
{
border-color: #654378;
}
.TagClassName
{
border-color: #654378;
}
</style>