Shades of Daisy Bush #512199
Tints of Daisy Bush #512199
RGB
CMYK
RGB Variations
Color information
#512199 (or 0x512199) is known color: Daisy Bush. HEX triplet: 51, 21 and 99. RGB value is (81,33,153). Sum of RGB (Red+Green+Blue) = 81+33+153=267 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30.34% from 267); Green value is 33 (13.28% from 255 or 12.36% from 267); Blue value is 153 (60.16% from 255 or 57.30% from 267); Max value from RGB is 153 - color contains mainly: blue. Hex color #512199 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #512199 is #AEDE66. Grayscale: #3C3C3C. Windows color (decimal): -11460199 or 10035537. OLE color: 10035537.
HSL color Cylindrical-coordinate representation of color #512199: hue angle of 264º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #512199 is Cyan = 0.47, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 81 | 33 | 153 | - |
| CMYK | 0.47 | 0.78 | 0 | 0.4 |
| HSL | 264º | 0.65% | 0.36% | - |
| HSV(B) | 264º | 0.78% | 0.6% | - |
| XYZ | 9.69 | 5.14 | 30.62 | - |
| YUV | 61.03 | 179.9 | 142.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 33 | 153 | 0.47 | 0.78 | 0 | 0.4 | 264 | 0.65 | 0.36 |
| Hex | 51 | 21 | 99 | 2F | 4E | 0 | 28 | 108 | 41 | 24 |
| Octal | 121 | 41 | 231 | 57 | 116 | 0 | 50 | 410 | 101 | 44 |
| Binary | 1010001 | 100001 | 10011001 | 101111 | 1001110 | 0 | 101000 | 100001000 | 1000001 | 100100 |
Color Harmonies of #512199
Complementary color
Monochromatic Colors of #512199
Black with #512199
Text Example
Text Example
White with #512199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512199; }
p { color: rgb(81,33,153); }
H1.HeaderClassName
{
color: #512199;
}
.AnyTagClassName
{
color: #512199;
}
</style>
background-color css
<style>
a { background-color: #512199; }
a { background-color: rgb(81,33,153); }
div.DivClassName
{
background-color: #512199;
}
.BgClassName
{
background-color: #512199;
}
</style>
border-color css
<style>
span { border-color: #512199; }
span { border-color: rgb(81,33,153); }
td.TdClassName
{
border-color: #512199;
}
.TagClassName
{
border-color: #512199;
}
</style>