Shades of Daisy Bush #512B95
Tints of Daisy Bush #512B95
RGB
CMYK
RGB Variations
Color information
#512B95 (or 0x512B95) is known color: Daisy Bush. HEX triplet: 51, 2B and 95. RGB value is (81,43,149). Sum of RGB (Red+Green+Blue) = 81+43+149=273 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.67% from 273); Green value is 43 (17.19% from 255 or 15.75% from 273); Blue value is 149 (58.59% from 255 or 54.58% from 273); Max value from RGB is 149 - color contains mainly: blue. Hex color #512B95 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #512B95 is #AED46A. Grayscale: #424242. Windows color (decimal): -11457643 or 9775953. OLE color: 9775953.
HSL color Cylindrical-coordinate representation of color #512B95: hue angle of 261.51º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #512B95 is Cyan = 0.46, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 81 | 43 | 149 | - |
| CMYK | 0.46 | 0.71 | 0 | 0.42 |
| HSL | 261.51º | 0.55% | 0.38% | - |
| HSV(B) | 261.51º | 0.71% | 0.58% | - |
| XYZ | 9.68 | 5.65 | 29.01 | - |
| YUV | 66.45 | 174.59 | 138.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 43 | 149 | 0.46 | 0.71 | 0 | 0.42 | 261.51 | 0.55 | 0.38 |
| Hex | 51 | 2B | 95 | 2E | 47 | 0 | 2A | 106 | 37 | 26 |
| Octal | 121 | 53 | 225 | 56 | 107 | 0 | 52 | 406 | 67 | 46 |
| Binary | 1010001 | 101011 | 10010101 | 101110 | 1000111 | 0 | 101010 | 100000110 | 110111 | 100110 |
Color Harmonies of #512B95
Complementary color
Monochromatic Colors of #512B95
Black with #512B95
Text Example
Text Example
White with #512B95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512B95; }
p { color: rgb(81,43,149); }
H1.HeaderClassName
{
color: #512B95;
}
.AnyTagClassName
{
color: #512B95;
}
</style>
background-color css
<style>
a { background-color: #512B95; }
a { background-color: rgb(81,43,149); }
div.DivClassName
{
background-color: #512B95;
}
.BgClassName
{
background-color: #512B95;
}
</style>
border-color css
<style>
span { border-color: #512B95; }
span { border-color: rgb(81,43,149); }
td.TdClassName
{
border-color: #512B95;
}
.TagClassName
{
border-color: #512B95;
}
</style>