Shades of Daisy Bush #512C96
Tints of Daisy Bush #512C96
RGB
CMYK
RGB Variations
Color information
#512C96 (or 0x512C96) is known color: Daisy Bush. HEX triplet: 51, 2C and 96. RGB value is (81,44,150). Sum of RGB (Red+Green+Blue) = 81+44+150=275 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.45% from 275); Green value is 44 (17.58% from 255 or 16% from 275); Blue value is 150 (58.98% from 255 or 54.55% from 275); Max value from RGB is 150 - color contains mainly: blue. Hex color #512C96 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #512C96 is #AED369. Grayscale: #424242. Windows color (decimal): -11457386 or 9841745. OLE color: 9841745.
HSL color Cylindrical-coordinate representation of color #512C96: hue angle of 260.94º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #512C96 is Cyan = 0.46, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 81 | 44 | 150 | - |
| CMYK | 0.46 | 0.71 | 0 | 0.41 |
| HSL | 260.94º | 0.55% | 0.38% | - |
| HSV(B) | 260.94º | 0.71% | 0.59% | - |
| XYZ | 9.8 | 5.75 | 29.45 | - |
| YUV | 67.15 | 174.76 | 137.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 44 | 150 | 0.46 | 0.71 | 0 | 0.41 | 260.94 | 0.55 | 0.38 |
| Hex | 51 | 2C | 96 | 2E | 47 | 0 | 29 | 105 | 37 | 26 |
| Octal | 121 | 54 | 226 | 56 | 107 | 0 | 51 | 405 | 67 | 46 |
| Binary | 1010001 | 101100 | 10010110 | 101110 | 1000111 | 0 | 101001 | 100000101 | 110111 | 100110 |
Color Harmonies of #512C96
Complementary color
Monochromatic Colors of #512C96
Black with #512C96
Text Example
Text Example
White with #512C96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512C96; }
p { color: rgb(81,44,150); }
H1.HeaderClassName
{
color: #512C96;
}
.AnyTagClassName
{
color: #512C96;
}
</style>
background-color css
<style>
a { background-color: #512C96; }
a { background-color: rgb(81,44,150); }
div.DivClassName
{
background-color: #512C96;
}
.BgClassName
{
background-color: #512C96;
}
</style>
border-color css
<style>
span { border-color: #512C96; }
span { border-color: rgb(81,44,150); }
td.TdClassName
{
border-color: #512C96;
}
.TagClassName
{
border-color: #512C96;
}
</style>