Shades of Honey Flower #653F72
Tints of Honey Flower #653F72
RGB
CMYK
RGB Variations
Color information
#653F72 (or 0x653F72) is known color: Honey Flower. HEX triplet: 65, 3F and 72. RGB value is (101,63,114). Sum of RGB (Red+Green+Blue) = 101+63+114=278 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.33% from 278); Green value is 63 (25% from 255 or 22.66% from 278); Blue value is 114 (44.92% from 255 or 41.01% from 278); Max value from RGB is 114 - color contains mainly: blue. Hex color #653F72 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #653F72 is #9AC08D. Grayscale: #505050. Windows color (decimal): -10141838 or 7487333. OLE color: 7487333.
HSL color Cylindrical-coordinate representation of color #653F72: hue angle of 284.71º degrees, saturation: 0.29, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #653F72 is Cyan = 0.11, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 101 | 63 | 114 | - |
| CMYK | 0.11 | 0.45 | 0 | 0.55 |
| HSL | 284.71º | 0.29% | 0.35% | - |
| HSV(B) | 284.71º | 0.45% | 0.45% | - |
| XYZ | 10.18 | 7.54 | 16.84 | - |
| YUV | 80.18 | 147.09 | 142.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 63 | 114 | 0.11 | 0.45 | 0 | 0.55 | 284.71 | 0.29 | 0.35 |
| Hex | 65 | 3F | 72 | B | 2D | 0 | 37 | 11D | 1D | 23 |
| Octal | 145 | 77 | 162 | 13 | 55 | 0 | 67 | 435 | 35 | 43 |
| Binary | 1100101 | 111111 | 1110010 | 1011 | 101101 | 0 | 110111 | 100011101 | 11101 | 100011 |
Color Harmonies of #653F72
Complementary color
Monochromatic Colors of #653F72
Black with #653F72
Text Example
Text Example
White with #653F72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #653F72; }
p { color: rgb(101,63,114); }
H1.HeaderClassName
{
color: #653F72;
}
.AnyTagClassName
{
color: #653F72;
}
</style>
background-color css
<style>
a { background-color: #653F72; }
a { background-color: rgb(101,63,114); }
div.DivClassName
{
background-color: #653F72;
}
.BgClassName
{
background-color: #653F72;
}
</style>
border-color css
<style>
span { border-color: #653F72; }
span { border-color: rgb(101,63,114); }
td.TdClassName
{
border-color: #653F72;
}
.TagClassName
{
border-color: #653F72;
}
</style>