Shades of Honey Flower #613A73
Tints of Honey Flower #613A73
RGB
CMYK
RGB Variations
Color information
#613A73 (or 0x613A73) is known color: Honey Flower. HEX triplet: 61, 3A and 73. RGB value is (97,58,115). Sum of RGB (Red+Green+Blue) = 97+58+115=270 (35% of max value = 765). Red value is 97 (38.28% from 255 or 35.93% from 270); Green value is 58 (23.05% from 255 or 21.48% from 270); Blue value is 115 (45.31% from 255 or 42.59% from 270); Max value from RGB is 115 - color contains mainly: blue. Hex color #613A73 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613A73 is #9EC58C. Grayscale: #4B4B4B. Windows color (decimal): -10405261 or 7551585. OLE color: 7551585.
HSL color Cylindrical-coordinate representation of color #613A73: hue angle of 281.05º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #613A73 is Cyan = 0.16, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 97 | 58 | 115 | - |
| CMYK | 0.16 | 0.50 | 0 | 0.55 |
| HSL | 281.05º | 0.33% | 0.34% | - |
| HSV(B) | 281.05º | 0.5% | 0.45% | - |
| XYZ | 9.54 | 6.81 | 17.03 | - |
| YUV | 76.16 | 149.92 | 142.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 58 | 115 | 0.16 | 0.50 | 0 | 0.55 | 281.05 | 0.33 | 0.34 |
| Hex | 61 | 3A | 73 | 10 | 32 | 0 | 37 | 119 | 21 | 22 |
| Octal | 141 | 72 | 163 | 20 | 62 | 0 | 67 | 431 | 41 | 42 |
| Binary | 1100001 | 111010 | 1110011 | 10000 | 110010 | 0 | 110111 | 100011001 | 100001 | 100010 |
Color Harmonies of #613A73
Complementary color
Monochromatic Colors of #613A73
Black with #613A73
Text Example
Text Example
White with #613A73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #613A73; }
p { color: rgb(97,58,115); }
H1.HeaderClassName
{
color: #613A73;
}
.AnyTagClassName
{
color: #613A73;
}
</style>
background-color css
<style>
a { background-color: #613A73; }
a { background-color: rgb(97,58,115); }
div.DivClassName
{
background-color: #613A73;
}
.BgClassName
{
background-color: #613A73;
}
</style>
border-color css
<style>
span { border-color: #613A73; }
span { border-color: rgb(97,58,115); }
td.TdClassName
{
border-color: #613A73;
}
.TagClassName
{
border-color: #613A73;
}
</style>