Shades of Daisy Bush #50318D
Tints of Daisy Bush #50318D
RGB
CMYK
RGB Variations
Color information
#50318D (or 0x50318D) is known color: Daisy Bush. HEX triplet: 50, 31 and 8D. RGB value is (80,49,141). Sum of RGB (Red+Green+Blue) = 80+49+141=270 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.63% from 270); Green value is 49 (19.53% from 255 or 18.15% from 270); Blue value is 141 (55.47% from 255 or 52.22% from 270); Max value from RGB is 141 - color contains mainly: blue. Hex color #50318D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #50318D is #AFCE72. Grayscale: #444444. Windows color (decimal): -11521651 or 9253200. OLE color: 9253200.
HSL color Cylindrical-coordinate representation of color #50318D: hue angle of 260.22º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #50318D is Cyan = 0.43, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 80 | 49 | 141 | - |
| CMYK | 0.43 | 0.65 | 0 | 0.45 |
| HSL | 260.22º | 0.48% | 0.37% | - |
| HSV(B) | 260.22º | 0.65% | 0.55% | - |
| XYZ | 9.21 | 5.83 | 25.84 | - |
| YUV | 68.76 | 168.77 | 136.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 49 | 141 | 0.43 | 0.65 | 0 | 0.45 | 260.22 | 0.48 | 0.37 |
| Hex | 50 | 31 | 8D | 2B | 41 | 0 | 2D | 104 | 30 | 25 |
| Octal | 120 | 61 | 215 | 53 | 101 | 0 | 55 | 404 | 60 | 45 |
| Binary | 1010000 | 110001 | 10001101 | 101011 | 1000001 | 0 | 101101 | 100000100 | 110000 | 100101 |
Color Harmonies of #50318D
Complementary color
Monochromatic Colors of #50318D
Black with #50318D
Text Example
Text Example
White with #50318D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50318D; }
p { color: rgb(80,49,141); }
H1.HeaderClassName
{
color: #50318D;
}
.AnyTagClassName
{
color: #50318D;
}
</style>
background-color css
<style>
a { background-color: #50318D; }
a { background-color: rgb(80,49,141); }
div.DivClassName
{
background-color: #50318D;
}
.BgClassName
{
background-color: #50318D;
}
</style>
border-color css
<style>
span { border-color: #50318D; }
span { border-color: rgb(80,49,141); }
td.TdClassName
{
border-color: #50318D;
}
.TagClassName
{
border-color: #50318D;
}
</style>