Shades of Daisy Bush #613A93
Tints of Daisy Bush #613A93
RGB
CMYK
RGB Variations
Color information
#613A93 (or 0x613A93) is known color: Daisy Bush. HEX triplet: 61, 3A and 93. RGB value is (97,58,147). Sum of RGB (Red+Green+Blue) = 97+58+147=302 (40% of max value = 765). Red value is 97 (38.28% from 255 or 32.12% from 302); Green value is 58 (23.05% from 255 or 19.21% from 302); Blue value is 147 (57.81% from 255 or 48.68% from 302); Max value from RGB is 147 - color contains mainly: blue. Hex color #613A93 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #613A93 is #9EC56C. Grayscale: #4F4F4F. Windows color (decimal): -10405229 or 9648737. OLE color: 9648737.
HSL color Cylindrical-coordinate representation of color #613A93: hue angle of 266.29º degrees, saturation: 0.43, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #613A93 is Cyan = 0.34, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 97 | 58 | 147 | - |
| CMYK | 0.34 | 0.61 | 0 | 0.42 |
| HSL | 266.29º | 0.43% | 0.4% | - |
| HSV(B) | 266.29º | 0.61% | 0.58% | - |
| XYZ | 11.71 | 7.67 | 28.47 | - |
| YUV | 79.81 | 165.92 | 140.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 58 | 147 | 0.34 | 0.61 | 0 | 0.42 | 266.29 | 0.43 | 0.4 |
| Hex | 61 | 3A | 93 | 22 | 3D | 0 | 2A | 10A | 2B | 28 |
| Octal | 141 | 72 | 223 | 42 | 75 | 0 | 52 | 412 | 53 | 50 |
| Binary | 1100001 | 111010 | 10010011 | 100010 | 111101 | 0 | 101010 | 100001010 | 101011 | 101000 |
Color Harmonies of #613A93
Complementary color
Monochromatic Colors of #613A93
Black with #613A93
Text Example
Text Example
White with #613A93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #613A93; }
p { color: rgb(97,58,147); }
H1.HeaderClassName
{
color: #613A93;
}
.AnyTagClassName
{
color: #613A93;
}
</style>
background-color css
<style>
a { background-color: #613A93; }
a { background-color: rgb(97,58,147); }
div.DivClassName
{
background-color: #613A93;
}
.BgClassName
{
background-color: #613A93;
}
</style>
border-color css
<style>
span { border-color: #613A93; }
span { border-color: rgb(97,58,147); }
td.TdClassName
{
border-color: #613A93;
}
.TagClassName
{
border-color: #613A93;
}
</style>