Shades of Honey Flower #653F71
Tints of Honey Flower #653F71
RGB
CMYK
RGB Variations
Color information
#653F71 (or 0x653F71) is known color: Honey Flower. HEX triplet: 65, 3F and 71. RGB value is (101,63,113). Sum of RGB (Red+Green+Blue) = 101+63+113=277 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.46% from 277); Green value is 63 (25% from 255 or 22.74% from 277); Blue value is 113 (44.53% from 255 or 40.79% from 277); Max value from RGB is 113 - color contains mainly: blue. Hex color #653F71 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #653F71 is #9AC08E. Grayscale: #4F4F4F. Windows color (decimal): -10141839 or 7421797. OLE color: 7421797.
HSL color Cylindrical-coordinate representation of color #653F71: hue angle of 285.6º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #653F71 is Cyan = 0.11, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 101 | 63 | 113 | - |
| CMYK | 0.11 | 0.44 | 0 | 0.56 |
| HSL | 285.6º | 0.28% | 0.35% | - |
| HSV(B) | 285.6º | 0.44% | 0.44% | - |
| XYZ | 10.12 | 7.51 | 16.54 | - |
| YUV | 80.06 | 146.59 | 142.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 63 | 113 | 0.11 | 0.44 | 0 | 0.56 | 285.6 | 0.28 | 0.35 |
| Hex | 65 | 3F | 71 | B | 2C | 0 | 38 | 11E | 1C | 23 |
| Octal | 145 | 77 | 161 | 13 | 54 | 0 | 70 | 436 | 34 | 43 |
| Binary | 1100101 | 111111 | 1110001 | 1011 | 101100 | 0 | 111000 | 100011110 | 11100 | 100011 |
Color Harmonies of #653F71
Complementary color
Monochromatic Colors of #653F71
Black with #653F71
Text Example
Text Example
White with #653F71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #653F71; }
p { color: rgb(101,63,113); }
H1.HeaderClassName
{
color: #653F71;
}
.AnyTagClassName
{
color: #653F71;
}
</style>
background-color css
<style>
a { background-color: #653F71; }
a { background-color: rgb(101,63,113); }
div.DivClassName
{
background-color: #653F71;
}
.BgClassName
{
background-color: #653F71;
}
</style>
border-color css
<style>
span { border-color: #653F71; }
span { border-color: rgb(101,63,113); }
td.TdClassName
{
border-color: #653F71;
}
.TagClassName
{
border-color: #653F71;
}
</style>