Shades of Daisy Bush #61418F
Tints of Daisy Bush #61418F
RGB
CMYK
RGB Variations
Color information
#61418F (or 0x61418F) is known color: Daisy Bush. HEX triplet: 61, 41 and 8F. RGB value is (97,65,143). Sum of RGB (Red+Green+Blue) = 97+65+143=305 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.80% from 305); Green value is 65 (25.78% from 255 or 21.31% from 305); Blue value is 143 (56.25% from 255 or 46.89% from 305); Max value from RGB is 143 - color contains mainly: blue. Hex color #61418F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #61418F is #9EBE70. Grayscale: #535353. Windows color (decimal): -10403441 or 9388385. OLE color: 9388385.
HSL color Cylindrical-coordinate representation of color #61418F: hue angle of 264.62º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #61418F is Cyan = 0.32, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 97 | 65 | 143 | - |
| CMYK | 0.32 | 0.55 | 0 | 0.44 |
| HSL | 264.62º | 0.38% | 0.41% | - |
| HSV(B) | 264.62º | 0.55% | 0.56% | - |
| XYZ | 11.78 | 8.31 | 26.97 | - |
| YUV | 83.46 | 161.6 | 137.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 65 | 143 | 0.32 | 0.55 | 0 | 0.44 | 264.62 | 0.38 | 0.41 |
| Hex | 61 | 41 | 8F | 20 | 37 | 0 | 2C | 109 | 26 | 29 |
| Octal | 141 | 101 | 217 | 40 | 67 | 0 | 54 | 411 | 46 | 51 |
| Binary | 1100001 | 1000001 | 10001111 | 100000 | 110111 | 0 | 101100 | 100001001 | 100110 | 101001 |
Color Harmonies of #61418F
Complementary color
Monochromatic Colors of #61418F
Black with #61418F
Text Example
Text Example
White with #61418F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61418F; }
p { color: rgb(97,65,143); }
H1.HeaderClassName
{
color: #61418F;
}
.AnyTagClassName
{
color: #61418F;
}
</style>
background-color css
<style>
a { background-color: #61418F; }
a { background-color: rgb(97,65,143); }
div.DivClassName
{
background-color: #61418F;
}
.BgClassName
{
background-color: #61418F;
}
</style>
border-color css
<style>
span { border-color: #61418F; }
span { border-color: rgb(97,65,143); }
td.TdClassName
{
border-color: #61418F;
}
.TagClassName
{
border-color: #61418F;
}
</style>