Shades of Honey Flower #613C7A
Tints of Honey Flower #613C7A
RGB
CMYK
RGB Variations
Color information
#613C7A (or 0x613C7A) is known color: Honey Flower. HEX triplet: 61, 3C and 7A. RGB value is (97,60,122). Sum of RGB (Red+Green+Blue) = 97+60+122=279 (36% of max value = 765). Red value is 97 (38.28% from 255 or 34.77% from 279); Green value is 60 (23.83% from 255 or 21.51% from 279); Blue value is 122 (48.05% from 255 or 43.73% from 279); Max value from RGB is 122 - color contains mainly: blue. Hex color #613C7A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613C7A is #9EC385. Grayscale: #4D4D4D. Windows color (decimal): -10404742 or 8010849. OLE color: 8010849.
HSL color Cylindrical-coordinate representation of color #613C7A: hue angle of 275.81º degrees, saturation: 0.34, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #613C7A is Cyan = 0.20, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 97 | 60 | 122 | - |
| CMYK | 0.20 | 0.51 | 0 | 0.52 |
| HSL | 275.81º | 0.34% | 0.36% | - |
| HSV(B) | 275.81º | 0.51% | 0.48% | - |
| XYZ | 10.06 | 7.18 | 19.27 | - |
| YUV | 78.13 | 152.76 | 141.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 60 | 122 | 0.20 | 0.51 | 0 | 0.52 | 275.81 | 0.34 | 0.36 |
| Hex | 61 | 3C | 7A | 14 | 33 | 0 | 34 | 114 | 22 | 24 |
| Octal | 141 | 74 | 172 | 24 | 63 | 0 | 64 | 424 | 42 | 44 |
| Binary | 1100001 | 111100 | 1111010 | 10100 | 110011 | 0 | 110100 | 100010100 | 100010 | 100100 |
Color Harmonies of #613C7A
Complementary color
Monochromatic Colors of #613C7A
Black with #613C7A
Text Example
Text Example
White with #613C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #613C7A; }
p { color: rgb(97,60,122); }
H1.HeaderClassName
{
color: #613C7A;
}
.AnyTagClassName
{
color: #613C7A;
}
</style>
background-color css
<style>
a { background-color: #613C7A; }
a { background-color: rgb(97,60,122); }
div.DivClassName
{
background-color: #613C7A;
}
.BgClassName
{
background-color: #613C7A;
}
</style>
border-color css
<style>
span { border-color: #613C7A; }
span { border-color: rgb(97,60,122); }
td.TdClassName
{
border-color: #613C7A;
}
.TagClassName
{
border-color: #613C7A;
}
</style>