Shades of Daisy Bush #61398F
Tints of Daisy Bush #61398F
RGB
CMYK
RGB Variations
Color information
#61398F (or 0x61398F) is known color: Daisy Bush. HEX triplet: 61, 39 and 8F. RGB value is (97,57,143). Sum of RGB (Red+Green+Blue) = 97+57+143=297 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.66% from 297); Green value is 57 (22.66% from 255 or 19.19% from 297); Blue value is 143 (56.25% from 255 or 48.15% from 297); Max value from RGB is 143 - color contains mainly: blue. Hex color #61398F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #61398F is #9EC670. Grayscale: #4E4E4E. Windows color (decimal): -10405489 or 9386337. OLE color: 9386337.
HSL color Cylindrical-coordinate representation of color #61398F: hue angle of 267.91º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #61398F is Cyan = 0.32, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 97 | 57 | 143 | - |
| CMYK | 0.32 | 0.60 | 0 | 0.44 |
| HSL | 267.91º | 0.43% | 0.39% | - |
| HSV(B) | 267.91º | 0.6% | 0.56% | - |
| XYZ | 11.35 | 7.45 | 26.83 | - |
| YUV | 78.76 | 164.25 | 141.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 57 | 143 | 0.32 | 0.60 | 0 | 0.44 | 267.91 | 0.43 | 0.39 |
| Hex | 61 | 39 | 8F | 20 | 3C | 0 | 2C | 10C | 2B | 27 |
| Octal | 141 | 71 | 217 | 40 | 74 | 0 | 54 | 414 | 53 | 47 |
| Binary | 1100001 | 111001 | 10001111 | 100000 | 111100 | 0 | 101100 | 100001100 | 101011 | 100111 |
Color Harmonies of #61398F
Complementary color
Monochromatic Colors of #61398F
Black with #61398F
Text Example
Text Example
White with #61398F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61398F; }
p { color: rgb(97,57,143); }
H1.HeaderClassName
{
color: #61398F;
}
.AnyTagClassName
{
color: #61398F;
}
</style>
background-color css
<style>
a { background-color: #61398F; }
a { background-color: rgb(97,57,143); }
div.DivClassName
{
background-color: #61398F;
}
.BgClassName
{
background-color: #61398F;
}
</style>
border-color css
<style>
span { border-color: #61398F; }
span { border-color: rgb(97,57,143); }
td.TdClassName
{
border-color: #61398F;
}
.TagClassName
{
border-color: #61398F;
}
</style>