Shades of Daisy Bush #61348F
Tints of Daisy Bush #61348F
RGB
CMYK
RGB Variations
Color information
#61348F (or 0x61348F) is known color: Daisy Bush. HEX triplet: 61, 34 and 8F. RGB value is (97,52,143). Sum of RGB (Red+Green+Blue) = 97+52+143=292 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.22% from 292); Green value is 52 (20.70% from 255 or 17.81% from 292); Blue value is 143 (56.25% from 255 or 48.97% from 292); Max value from RGB is 143 - color contains mainly: blue. Hex color #61348F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #61348F is #9ECB70. Grayscale: #4B4B4B. Windows color (decimal): -10406769 or 9385057. OLE color: 9385057.
HSL color Cylindrical-coordinate representation of color #61348F: hue angle of 269.67º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #61348F is Cyan = 0.32, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 97 | 52 | 143 | - |
| CMYK | 0.32 | 0.64 | 0 | 0.44 |
| HSL | 269.67º | 0.47% | 0.38% | - |
| HSV(B) | 269.67º | 0.64% | 0.56% | - |
| XYZ | 11.12 | 6.98 | 26.75 | - |
| YUV | 75.83 | 165.91 | 143.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 52 | 143 | 0.32 | 0.64 | 0 | 0.44 | 269.67 | 0.47 | 0.38 |
| Hex | 61 | 34 | 8F | 20 | 40 | 0 | 2C | 10E | 2F | 26 |
| Octal | 141 | 64 | 217 | 40 | 100 | 0 | 54 | 416 | 57 | 46 |
| Binary | 1100001 | 110100 | 10001111 | 100000 | 1000000 | 0 | 101100 | 100001110 | 101111 | 100110 |
Color Harmonies of #61348F
Complementary color
Monochromatic Colors of #61348F
Black with #61348F
Text Example
Text Example
White with #61348F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61348F; }
p { color: rgb(97,52,143); }
H1.HeaderClassName
{
color: #61348F;
}
.AnyTagClassName
{
color: #61348F;
}
</style>
background-color css
<style>
a { background-color: #61348F; }
a { background-color: rgb(97,52,143); }
div.DivClassName
{
background-color: #61348F;
}
.BgClassName
{
background-color: #61348F;
}
</style>
border-color css
<style>
span { border-color: #61348F; }
span { border-color: rgb(97,52,143); }
td.TdClassName
{
border-color: #61348F;
}
.TagClassName
{
border-color: #61348F;
}
</style>