Shades of Honey Flower #653A76
Tints of Honey Flower #653A76
RGB
CMYK
RGB Variations
Color information
#653A76 (or 0x653A76) is known color: Honey Flower. HEX triplet: 65, 3A and 76. RGB value is (101,58,118). Sum of RGB (Red+Green+Blue) = 101+58+118=277 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.46% from 277); Green value is 58 (23.05% from 255 or 20.94% from 277); Blue value is 118 (46.48% from 255 or 42.60% from 277); Max value from RGB is 118 - color contains mainly: blue. Hex color #653A76 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #653A76 is #9AC589. Grayscale: #4D4D4D. Windows color (decimal): -10143114 or 7748197. OLE color: 7748197.
HSL color Cylindrical-coordinate representation of color #653A76: hue angle of 283º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #653A76 is Cyan = 0.14, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 101 | 58 | 118 | - |
| CMYK | 0.14 | 0.51 | 0 | 0.54 |
| HSL | 283º | 0.34% | 0.35% | - |
| HSV(B) | 283º | 0.51% | 0.46% | - |
| XYZ | 10.15 | 7.1 | 17.98 | - |
| YUV | 77.7 | 150.75 | 144.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 58 | 118 | 0.14 | 0.51 | 0 | 0.54 | 283 | 0.34 | 0.35 |
| Hex | 65 | 3A | 76 | E | 33 | 0 | 36 | 11B | 22 | 23 |
| Octal | 145 | 72 | 166 | 16 | 63 | 0 | 66 | 433 | 42 | 43 |
| Binary | 1100101 | 111010 | 1110110 | 1110 | 110011 | 0 | 110110 | 100011011 | 100010 | 100011 |
Color Harmonies of #653A76
Complementary color
Monochromatic Colors of #653A76
Black with #653A76
Text Example
Text Example
White with #653A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #653A76; }
p { color: rgb(101,58,118); }
H1.HeaderClassName
{
color: #653A76;
}
.AnyTagClassName
{
color: #653A76;
}
</style>
background-color css
<style>
a { background-color: #653A76; }
a { background-color: rgb(101,58,118); }
div.DivClassName
{
background-color: #653A76;
}
.BgClassName
{
background-color: #653A76;
}
</style>
border-color css
<style>
span { border-color: #653A76; }
span { border-color: rgb(101,58,118); }
td.TdClassName
{
border-color: #653A76;
}
.TagClassName
{
border-color: #653A76;
}
</style>