Shades of Daisy Bush #613793
Tints of Daisy Bush #613793
RGB
CMYK
RGB Variations
Color information
#613793 (or 0x613793) is known color: Daisy Bush. HEX triplet: 61, 37 and 93. RGB value is (97,55,147). Sum of RGB (Red+Green+Blue) = 97+55+147=299 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.44% from 299); Green value is 55 (21.88% from 255 or 18.39% from 299); Blue value is 147 (57.81% from 255 or 49.16% from 299); Max value from RGB is 147 - color contains mainly: blue. Hex color #613793 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #613793 is #9EC86C. Grayscale: #4D4D4D. Windows color (decimal): -10405997 or 9647969. OLE color: 9647969.
HSL color Cylindrical-coordinate representation of color #613793: hue angle of 267.39º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #613793 is Cyan = 0.34, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 97 | 55 | 147 | - |
| CMYK | 0.34 | 0.63 | 0 | 0.42 |
| HSL | 267.39º | 0.46% | 0.4% | - |
| HSV(B) | 267.39º | 0.63% | 0.58% | - |
| XYZ | 11.56 | 7.38 | 28.42 | - |
| YUV | 78.05 | 166.91 | 141.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 55 | 147 | 0.34 | 0.63 | 0 | 0.42 | 267.39 | 0.46 | 0.4 |
| Hex | 61 | 37 | 93 | 22 | 3F | 0 | 2A | 10B | 2E | 28 |
| Octal | 141 | 67 | 223 | 42 | 77 | 0 | 52 | 413 | 56 | 50 |
| Binary | 1100001 | 110111 | 10010011 | 100010 | 111111 | 0 | 101010 | 100001011 | 101110 | 101000 |
Color Harmonies of #613793
Complementary color
Monochromatic Colors of #613793
Black with #613793
Text Example
Text Example
White with #613793
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #613793; }
p { color: rgb(97,55,147); }
H1.HeaderClassName
{
color: #613793;
}
.AnyTagClassName
{
color: #613793;
}
</style>
background-color css
<style>
a { background-color: #613793; }
a { background-color: rgb(97,55,147); }
div.DivClassName
{
background-color: #613793;
}
.BgClassName
{
background-color: #613793;
}
</style>
border-color css
<style>
span { border-color: #613793; }
span { border-color: rgb(97,55,147); }
td.TdClassName
{
border-color: #613793;
}
.TagClassName
{
border-color: #613793;
}
</style>