Shades of Daisy Bush #61338F
Tints of Daisy Bush #61338F
RGB
CMYK
RGB Variations
Color information
#61338F (or 0x61338F) is known color: Daisy Bush. HEX triplet: 61, 33 and 8F. RGB value is (97,51,143). Sum of RGB (Red+Green+Blue) = 97+51+143=291 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.33% from 291); Green value is 51 (20.31% from 255 or 17.53% from 291); Blue value is 143 (56.25% from 255 or 49.14% from 291); Max value from RGB is 143 - color contains mainly: blue. Hex color #61338F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #61338F is #9ECC70. Grayscale: #4A4A4A. Windows color (decimal): -10407025 or 9384801. OLE color: 9384801.
HSL color Cylindrical-coordinate representation of color #61338F: hue angle of 270º 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 #61338F is Cyan = 0.32, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 97 | 51 | 143 | - |
| CMYK | 0.32 | 0.64 | 0 | 0.44 |
| HSL | 270º | 0.47% | 0.38% | - |
| HSV(B) | 270º | 0.64% | 0.56% | - |
| XYZ | 11.07 | 6.89 | 26.73 | - |
| YUV | 75.24 | 166.24 | 143.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 51 | 143 | 0.32 | 0.64 | 0 | 0.44 | 270 | 0.47 | 0.38 |
| Hex | 61 | 33 | 8F | 20 | 40 | 0 | 2C | 10E | 2F | 26 |
| Octal | 141 | 63 | 217 | 40 | 100 | 0 | 54 | 416 | 57 | 46 |
| Binary | 1100001 | 110011 | 10001111 | 100000 | 1000000 | 0 | 101100 | 100001110 | 101111 | 100110 |
Color Harmonies of #61338F
Complementary color
Monochromatic Colors of #61338F
Black with #61338F
Text Example
Text Example
White with #61338F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61338F; }
p { color: rgb(97,51,143); }
H1.HeaderClassName
{
color: #61338F;
}
.AnyTagClassName
{
color: #61338F;
}
</style>
background-color css
<style>
a { background-color: #61338F; }
a { background-color: rgb(97,51,143); }
div.DivClassName
{
background-color: #61338F;
}
.BgClassName
{
background-color: #61338F;
}
</style>
border-color css
<style>
span { border-color: #61338F; }
span { border-color: rgb(97,51,143); }
td.TdClassName
{
border-color: #61338F;
}
.TagClassName
{
border-color: #61338F;
}
</style>