Shades of Daisy Bush #613A8B
Tints of Daisy Bush #613A8B
RGB
CMYK
RGB Variations
Color information
#613A8B (or 0x613A8B) is known color: Daisy Bush. HEX triplet: 61, 3A and 8B. RGB value is (97,58,139). Sum of RGB (Red+Green+Blue) = 97+58+139=294 (38% of max value = 765). Red value is 97 (38.28% from 255 or 32.99% from 294); Green value is 58 (23.05% from 255 or 19.73% from 294); Blue value is 139 (54.69% from 255 or 47.28% from 294); Max value from RGB is 139 - color contains mainly: blue. Hex color #613A8B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #613A8B is #9EC574. Grayscale: #4E4E4E. Windows color (decimal): -10405237 or 9124449. OLE color: 9124449.
HSL color Cylindrical-coordinate representation of color #613A8B: hue angle of 268.89º degrees, saturation: 0.41, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #613A8B is Cyan = 0.30, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 97 | 58 | 139 | - |
| CMYK | 0.30 | 0.58 | 0 | 0.45 |
| HSL | 268.89º | 0.41% | 0.39% | - |
| HSV(B) | 268.89º | 0.58% | 0.55% | - |
| XYZ | 11.1 | 7.43 | 25.28 | - |
| YUV | 78.9 | 161.92 | 140.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 58 | 139 | 0.30 | 0.58 | 0 | 0.45 | 268.89 | 0.41 | 0.39 |
| Hex | 61 | 3A | 8B | 1E | 3A | 0 | 2D | 10D | 29 | 27 |
| Octal | 141 | 72 | 213 | 36 | 72 | 0 | 55 | 415 | 51 | 47 |
| Binary | 1100001 | 111010 | 10001011 | 11110 | 111010 | 0 | 101101 | 100001101 | 101001 | 100111 |
Color Harmonies of #613A8B
Complementary color
Monochromatic Colors of #613A8B
Black with #613A8B
Text Example
Text Example
White with #613A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #613A8B; }
p { color: rgb(97,58,139); }
H1.HeaderClassName
{
color: #613A8B;
}
.AnyTagClassName
{
color: #613A8B;
}
</style>
background-color css
<style>
a { background-color: #613A8B; }
a { background-color: rgb(97,58,139); }
div.DivClassName
{
background-color: #613A8B;
}
.BgClassName
{
background-color: #613A8B;
}
</style>
border-color css
<style>
span { border-color: #613A8B; }
span { border-color: rgb(97,58,139); }
td.TdClassName
{
border-color: #613A8B;
}
.TagClassName
{
border-color: #613A8B;
}
</style>