Shades of Honey Flower #613C73
Tints of Honey Flower #613C73
RGB
CMYK
RGB Variations
Color information
#613C73 (or 0x613C73) is known color: Honey Flower. HEX triplet: 61, 3C and 73. RGB value is (97,60,115). Sum of RGB (Red+Green+Blue) = 97+60+115=272 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.66% from 272); Green value is 60 (23.83% from 255 or 22.06% from 272); Blue value is 115 (45.31% from 255 or 42.28% from 272); Max value from RGB is 115 - color contains mainly: blue. Hex color #613C73 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613C73 is #9EC38C. Grayscale: #4D4D4D. Windows color (decimal): -10404749 or 7552097. OLE color: 7552097.
HSL color Cylindrical-coordinate representation of color #613C73: hue angle of 280.36º degrees, saturation: 0.31, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #613C73 is Cyan = 0.16, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 97 | 60 | 115 | - |
| CMYK | 0.16 | 0.48 | 0 | 0.55 |
| HSL | 280.36º | 0.31% | 0.34% | - |
| HSV(B) | 280.36º | 0.48% | 0.45% | - |
| XYZ | 9.64 | 7.01 | 17.06 | - |
| YUV | 77.33 | 149.26 | 142.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 60 | 115 | 0.16 | 0.48 | 0 | 0.55 | 280.36 | 0.31 | 0.34 |
| Hex | 61 | 3C | 73 | 10 | 30 | 0 | 37 | 118 | 1F | 22 |
| Octal | 141 | 74 | 163 | 20 | 60 | 0 | 67 | 430 | 37 | 42 |
| Binary | 1100001 | 111100 | 1110011 | 10000 | 110000 | 0 | 110111 | 100011000 | 11111 | 100010 |
Color Harmonies of #613C73
Complementary color
Monochromatic Colors of #613C73
Black with #613C73
Text Example
Text Example
White with #613C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #613C73; }
p { color: rgb(97,60,115); }
H1.HeaderClassName
{
color: #613C73;
}
.AnyTagClassName
{
color: #613C73;
}
</style>
background-color css
<style>
a { background-color: #613C73; }
a { background-color: rgb(97,60,115); }
div.DivClassName
{
background-color: #613C73;
}
.BgClassName
{
background-color: #613C73;
}
</style>
border-color css
<style>
span { border-color: #613C73; }
span { border-color: rgb(97,60,115); }
td.TdClassName
{
border-color: #613C73;
}
.TagClassName
{
border-color: #613C73;
}
</style>