Shades of Honey Flower #653B74
Tints of Honey Flower #653B74
RGB
CMYK
RGB Variations
Color information
#653B74 (or 0x653B74) is known color: Honey Flower. HEX triplet: 65, 3B and 74. RGB value is (101,59,116). Sum of RGB (Red+Green+Blue) = 101+59+116=276 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.59% from 276); Green value is 59 (23.44% from 255 or 21.38% from 276); Blue value is 116 (45.70% from 255 or 42.03% from 276); Max value from RGB is 116 - color contains mainly: blue. Hex color #653B74 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #653B74 is #9AC48B. Grayscale: #4D4D4D. Windows color (decimal): -10142860 or 7617381. OLE color: 7617381.
HSL color Cylindrical-coordinate representation of color #653B74: hue angle of 284.21º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #653B74 is Cyan = 0.13, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 101 | 59 | 116 | - |
| CMYK | 0.13 | 0.49 | 0 | 0.55 |
| HSL | 284.21º | 0.33% | 0.34% | - |
| HSV(B) | 284.21º | 0.49% | 0.45% | - |
| XYZ | 10.08 | 7.16 | 17.37 | - |
| YUV | 78.06 | 149.41 | 144.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 59 | 116 | 0.13 | 0.49 | 0 | 0.55 | 284.21 | 0.33 | 0.34 |
| Hex | 65 | 3B | 74 | D | 31 | 0 | 37 | 11C | 21 | 22 |
| Octal | 145 | 73 | 164 | 15 | 61 | 0 | 67 | 434 | 41 | 42 |
| Binary | 1100101 | 111011 | 1110100 | 1101 | 110001 | 0 | 110111 | 100011100 | 100001 | 100010 |
Color Harmonies of #653B74
Complementary color
Monochromatic Colors of #653B74
Black with #653B74
Text Example
Text Example
White with #653B74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #653B74; }
p { color: rgb(101,59,116); }
H1.HeaderClassName
{
color: #653B74;
}
.AnyTagClassName
{
color: #653B74;
}
</style>
background-color css
<style>
a { background-color: #653B74; }
a { background-color: rgb(101,59,116); }
div.DivClassName
{
background-color: #653B74;
}
.BgClassName
{
background-color: #653B74;
}
</style>
border-color css
<style>
span { border-color: #653B74; }
span { border-color: rgb(101,59,116); }
td.TdClassName
{
border-color: #653B74;
}
.TagClassName
{
border-color: #653B74;
}
</style>