Shades of Honey Flower #613D72
Tints of Honey Flower #613D72
RGB
CMYK
RGB Variations
Color information
#613D72 (or 0x613D72) is known color: Honey Flower. HEX triplet: 61, 3D and 72. RGB value is (97,61,114). Sum of RGB (Red+Green+Blue) = 97+61+114=272 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.66% from 272); Green value is 61 (24.22% from 255 or 22.43% from 272); Blue value is 114 (44.92% from 255 or 41.91% from 272); Max value from RGB is 114 - color contains mainly: blue. Hex color #613D72 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613D72 is #9EC28D. Grayscale: #4D4D4D. Windows color (decimal): -10404494 or 7486817. OLE color: 7486817.
HSL color Cylindrical-coordinate representation of color #613D72: hue angle of 280.75º degrees, saturation: 0.3, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #613D72 is Cyan = 0.15, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 97 | 61 | 114 | - |
| CMYK | 0.15 | 0.46 | 0 | 0.55 |
| HSL | 280.75º | 0.3% | 0.34% | - |
| HSV(B) | 280.75º | 0.46% | 0.45% | - |
| XYZ | 9.64 | 7.09 | 16.78 | - |
| YUV | 77.81 | 148.43 | 141.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 61 | 114 | 0.15 | 0.46 | 0 | 0.55 | 280.75 | 0.3 | 0.34 |
| Hex | 61 | 3D | 72 | F | 2E | 0 | 37 | 119 | 1E | 22 |
| Octal | 141 | 75 | 162 | 17 | 56 | 0 | 67 | 431 | 36 | 42 |
| Binary | 1100001 | 111101 | 1110010 | 1111 | 101110 | 0 | 110111 | 100011001 | 11110 | 100010 |
Color Harmonies of #613D72
Complementary color
Monochromatic Colors of #613D72
Black with #613D72
Text Example
Text Example
White with #613D72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #613D72; }
p { color: rgb(97,61,114); }
H1.HeaderClassName
{
color: #613D72;
}
.AnyTagClassName
{
color: #613D72;
}
</style>
background-color css
<style>
a { background-color: #613D72; }
a { background-color: rgb(97,61,114); }
div.DivClassName
{
background-color: #613D72;
}
.BgClassName
{
background-color: #613D72;
}
</style>
border-color css
<style>
span { border-color: #613D72; }
span { border-color: rgb(97,61,114); }
td.TdClassName
{
border-color: #613D72;
}
.TagClassName
{
border-color: #613D72;
}
</style>