Shades of Honey Flower #653C74
Tints of Honey Flower #653C74
RGB
CMYK
RGB Variations
Color information
#653C74 (or 0x653C74) is known color: Honey Flower. HEX triplet: 65, 3C and 74. RGB value is (101,60,116). Sum of RGB (Red+Green+Blue) = 101+60+116=277 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.46% from 277); Green value is 60 (23.83% from 255 or 21.66% from 277); Blue value is 116 (45.70% from 255 or 41.88% from 277); Max value from RGB is 116 - color contains mainly: blue. Hex color #653C74 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #653C74 is #9AC38B. Grayscale: #4E4E4E. Windows color (decimal): -10142604 or 7617637. OLE color: 7617637.
HSL color Cylindrical-coordinate representation of color #653C74: hue angle of 283.93º degrees, saturation: 0.32, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #653C74 is Cyan = 0.13, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 101 | 60 | 116 | - |
| CMYK | 0.13 | 0.48 | 0 | 0.55 |
| HSL | 283.93º | 0.32% | 0.35% | - |
| HSV(B) | 283.93º | 0.48% | 0.45% | - |
| XYZ | 10.14 | 7.26 | 17.39 | - |
| YUV | 78.64 | 149.08 | 143.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 60 | 116 | 0.13 | 0.48 | 0 | 0.55 | 283.93 | 0.32 | 0.35 |
| Hex | 65 | 3C | 74 | D | 30 | 0 | 37 | 11C | 20 | 23 |
| Octal | 145 | 74 | 164 | 15 | 60 | 0 | 67 | 434 | 40 | 43 |
| Binary | 1100101 | 111100 | 1110100 | 1101 | 110000 | 0 | 110111 | 100011100 | 100000 | 100011 |
Color Harmonies of #653C74
Complementary color
Monochromatic Colors of #653C74
Black with #653C74
Text Example
Text Example
White with #653C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #653C74; }
p { color: rgb(101,60,116); }
H1.HeaderClassName
{
color: #653C74;
}
.AnyTagClassName
{
color: #653C74;
}
</style>
background-color css
<style>
a { background-color: #653C74; }
a { background-color: rgb(101,60,116); }
div.DivClassName
{
background-color: #653C74;
}
.BgClassName
{
background-color: #653C74;
}
</style>
border-color css
<style>
span { border-color: #653C74; }
span { border-color: rgb(101,60,116); }
td.TdClassName
{
border-color: #653C74;
}
.TagClassName
{
border-color: #653C74;
}
</style>