Shades of Honey Flower #653F76
Tints of Honey Flower #653F76
RGB
CMYK
RGB Variations
Color information
#653F76 (or 0x653F76) is known color: Honey Flower. HEX triplet: 65, 3F and 76. RGB value is (101,63,118). Sum of RGB (Red+Green+Blue) = 101+63+118=282 (37% of max value = 765). Red value is 101 (39.84% from 255 or 35.82% from 282); Green value is 63 (25% from 255 or 22.34% from 282); Blue value is 118 (46.48% from 255 or 41.84% from 282); Max value from RGB is 118 - color contains mainly: blue. Hex color #653F76 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #653F76 is #9AC089. Grayscale: #505050. Windows color (decimal): -10141834 or 7749477. OLE color: 7749477.
HSL color Cylindrical-coordinate representation of color #653F76: hue angle of 281.45º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #653F76 is Cyan = 0.14, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 101 | 63 | 118 | - |
| CMYK | 0.14 | 0.47 | 0 | 0.54 |
| HSL | 281.45º | 0.3% | 0.35% | - |
| HSV(B) | 281.45º | 0.47% | 0.46% | - |
| XYZ | 10.41 | 7.63 | 18.06 | - |
| YUV | 80.63 | 149.09 | 142.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 63 | 118 | 0.14 | 0.47 | 0 | 0.54 | 281.45 | 0.3 | 0.35 |
| Hex | 65 | 3F | 76 | E | 2F | 0 | 36 | 119 | 1E | 23 |
| Octal | 145 | 77 | 166 | 16 | 57 | 0 | 66 | 431 | 36 | 43 |
| Binary | 1100101 | 111111 | 1110110 | 1110 | 101111 | 0 | 110110 | 100011001 | 11110 | 100011 |
Color Harmonies of #653F76
Complementary color
Monochromatic Colors of #653F76
Black with #653F76
Text Example
Text Example
White with #653F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #653F76; }
p { color: rgb(101,63,118); }
H1.HeaderClassName
{
color: #653F76;
}
.AnyTagClassName
{
color: #653F76;
}
</style>
background-color css
<style>
a { background-color: #653F76; }
a { background-color: rgb(101,63,118); }
div.DivClassName
{
background-color: #653F76;
}
.BgClassName
{
background-color: #653F76;
}
</style>
border-color css
<style>
span { border-color: #653F76; }
span { border-color: rgb(101,63,118); }
td.TdClassName
{
border-color: #653F76;
}
.TagClassName
{
border-color: #653F76;
}
</style>