Shades of Honey Flower #613B7B
Tints of Honey Flower #613B7B
RGB
CMYK
RGB Variations
Color information
#613B7B (or 0x613B7B) is known color: Honey Flower. HEX triplet: 61, 3B and 7B. RGB value is (97,59,123). Sum of RGB (Red+Green+Blue) = 97+59+123=279 (36% of max value = 765). Red value is 97 (38.28% from 255 or 34.77% from 279); Green value is 59 (23.44% from 255 or 21.15% from 279); Blue value is 123 (48.44% from 255 or 44.09% from 279); Max value from RGB is 123 - color contains mainly: blue. Hex color #613B7B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613B7B is #9EC484. Grayscale: #4D4D4D. Windows color (decimal): -10404997 or 8076129. OLE color: 8076129.
HSL color Cylindrical-coordinate representation of color #613B7B: hue angle of 275.62º degrees, saturation: 0.35, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #613B7B is Cyan = 0.21, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 97 | 59 | 123 | - |
| CMYK | 0.21 | 0.52 | 0 | 0.52 |
| HSL | 275.63º | 0.35% | 0.36% | - |
| HSV(B) | 275.63º | 0.52% | 0.48% | - |
| XYZ | 10.07 | 7.1 | 19.58 | - |
| YUV | 77.66 | 153.59 | 141.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 59 | 123 | 0.21 | 0.52 | 0 | 0.52 | 275.63 | 0.35 | 0.36 |
| Hex | 61 | 3B | 7B | 15 | 34 | 0 | 34 | 114 | 23 | 24 |
| Octal | 141 | 73 | 173 | 25 | 64 | 0 | 64 | 424 | 43 | 44 |
| Binary | 1100001 | 111011 | 1111011 | 10101 | 110100 | 0 | 110100 | 100010100 | 100011 | 100100 |
Color Harmonies of #613B7B
Complementary color
Monochromatic Colors of #613B7B
Black with #613B7B
Text Example
Text Example
White with #613B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #613B7B; }
p { color: rgb(97,59,123); }
H1.HeaderClassName
{
color: #613B7B;
}
.AnyTagClassName
{
color: #613B7B;
}
</style>
background-color css
<style>
a { background-color: #613B7B; }
a { background-color: rgb(97,59,123); }
div.DivClassName
{
background-color: #613B7B;
}
.BgClassName
{
background-color: #613B7B;
}
</style>
border-color css
<style>
span { border-color: #613B7B; }
span { border-color: rgb(97,59,123); }
td.TdClassName
{
border-color: #613B7B;
}
.TagClassName
{
border-color: #613B7B;
}
</style>