Shades of Daisy Bush #603191
Tints of Daisy Bush #603191
RGB
CMYK
RGB Variations
Color information
#603191 (or 0x603191) is known color: Daisy Bush. HEX triplet: 60, 31 and 91. RGB value is (96,49,145). Sum of RGB (Red+Green+Blue) = 96+49+145=290 (38% of max value = 765). Red value is 96 (37.89% from 255 or 33.10% from 290); Green value is 49 (19.53% from 255 or 16.90% from 290); Blue value is 145 (57.03% from 255 or 50% from 290); Max value from RGB is 145 - color contains mainly: blue. Hex color #603191 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #603191 is #9FCE6E. Grayscale: #494949. Windows color (decimal): -10473071 or 9515360. OLE color: 9515360.
HSL color Cylindrical-coordinate representation of color #603191: hue angle of 269.38º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #603191 is Cyan = 0.34, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 96 | 49 | 145 | - |
| CMYK | 0.34 | 0.66 | 0 | 0.43 |
| HSL | 269.38º | 0.49% | 0.38% | - |
| HSV(B) | 269.38º | 0.66% | 0.57% | - |
| XYZ | 11.03 | 6.73 | 27.51 | - |
| YUV | 74 | 168.07 | 143.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 49 | 145 | 0.34 | 0.66 | 0 | 0.43 | 269.38 | 0.49 | 0.38 |
| Hex | 60 | 31 | 91 | 22 | 42 | 0 | 2B | 10D | 31 | 26 |
| Octal | 140 | 61 | 221 | 42 | 102 | 0 | 53 | 415 | 61 | 46 |
| Binary | 1100000 | 110001 | 10010001 | 100010 | 1000010 | 0 | 101011 | 100001101 | 110001 | 100110 |
Color Harmonies of #603191
Complementary color
Monochromatic Colors of #603191
Black with #603191
Text Example
Text Example
White with #603191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603191; }
p { color: rgb(96,49,145); }
H1.HeaderClassName
{
color: #603191;
}
.AnyTagClassName
{
color: #603191;
}
</style>
background-color css
<style>
a { background-color: #603191; }
a { background-color: rgb(96,49,145); }
div.DivClassName
{
background-color: #603191;
}
.BgClassName
{
background-color: #603191;
}
</style>
border-color css
<style>
span { border-color: #603191; }
span { border-color: rgb(96,49,145); }
td.TdClassName
{
border-color: #603191;
}
.TagClassName
{
border-color: #603191;
}
</style>