Shades of Honey Flower #653C7C
Tints of Honey Flower #653C7C
RGB
CMYK
RGB Variations
Color information
#653C7C (or 0x653C7C) is known color: Honey Flower. HEX triplet: 65, 3C and 7C. RGB value is (101,60,124). Sum of RGB (Red+Green+Blue) = 101+60+124=285 (37% of max value = 765). Red value is 101 (39.84% from 255 or 35.44% from 285); Green value is 60 (23.83% from 255 or 21.05% from 285); Blue value is 124 (48.83% from 255 or 43.51% from 285); Max value from RGB is 124 - color contains mainly: blue. Hex color #653C7C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #653C7C is #9AC383. Grayscale: #4F4F4F. Windows color (decimal): -10142596 or 8141925. OLE color: 8141925.
HSL color Cylindrical-coordinate representation of color #653C7C: hue angle of 278.44º degrees, saturation: 0.35, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #653C7C is Cyan = 0.19, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 101 | 60 | 124 | - |
| CMYK | 0.19 | 0.52 | 0 | 0.51 |
| HSL | 278.44º | 0.35% | 0.36% | - |
| HSV(B) | 278.44º | 0.52% | 0.49% | - |
| XYZ | 10.62 | 7.45 | 19.95 | - |
| YUV | 79.56 | 153.08 | 143.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 60 | 124 | 0.19 | 0.52 | 0 | 0.51 | 278.44 | 0.35 | 0.36 |
| Hex | 65 | 3C | 7C | 13 | 34 | 0 | 33 | 116 | 23 | 24 |
| Octal | 145 | 74 | 174 | 23 | 64 | 0 | 63 | 426 | 43 | 44 |
| Binary | 1100101 | 111100 | 1111100 | 10011 | 110100 | 0 | 110011 | 100010110 | 100011 | 100100 |
Color Harmonies of #653C7C
Complementary color
Monochromatic Colors of #653C7C
Black with #653C7C
Text Example
Text Example
White with #653C7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #653C7C; }
p { color: rgb(101,60,124); }
H1.HeaderClassName
{
color: #653C7C;
}
.AnyTagClassName
{
color: #653C7C;
}
</style>
background-color css
<style>
a { background-color: #653C7C; }
a { background-color: rgb(101,60,124); }
div.DivClassName
{
background-color: #653C7C;
}
.BgClassName
{
background-color: #653C7C;
}
</style>
border-color css
<style>
span { border-color: #653C7C; }
span { border-color: rgb(101,60,124); }
td.TdClassName
{
border-color: #653C7C;
}
.TagClassName
{
border-color: #653C7C;
}
</style>