Shades of Daisy Bush #602D95
Tints of Daisy Bush #602D95
RGB
CMYK
RGB Variations
Color information
#602D95 (or 0x602D95) is known color: Daisy Bush. HEX triplet: 60, 2D and 95. RGB value is (96,45,149). Sum of RGB (Red+Green+Blue) = 96+45+149=290 (38% of max value = 765). Red value is 96 (37.89% from 255 or 33.10% from 290); Green value is 45 (17.97% from 255 or 15.52% from 290); Blue value is 149 (58.59% from 255 or 51.38% from 290); Max value from RGB is 149 - color contains mainly: blue. Hex color #602D95 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #602D95 is #9FD26A. Grayscale: #474747. Windows color (decimal): -10474091 or 9776480. OLE color: 9776480.
HSL color Cylindrical-coordinate representation of color #602D95: hue angle of 269.42º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #602D95 is Cyan = 0.36, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 96 | 45 | 149 | - |
| CMYK | 0.36 | 0.70 | 0 | 0.42 |
| HSL | 269.42º | 0.54% | 0.38% | - |
| HSV(B) | 269.42º | 0.7% | 0.58% | - |
| XYZ | 11.19 | 6.53 | 29.11 | - |
| YUV | 72.11 | 171.4 | 145.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 45 | 149 | 0.36 | 0.70 | 0 | 0.42 | 269.42 | 0.54 | 0.38 |
| Hex | 60 | 2D | 95 | 24 | 46 | 0 | 2A | 10D | 36 | 26 |
| Octal | 140 | 55 | 225 | 44 | 106 | 0 | 52 | 415 | 66 | 46 |
| Binary | 1100000 | 101101 | 10010101 | 100100 | 1000110 | 0 | 101010 | 100001101 | 110110 | 100110 |
Color Harmonies of #602D95
Complementary color
Monochromatic Colors of #602D95
Black with #602D95
Text Example
Text Example
White with #602D95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602D95; }
p { color: rgb(96,45,149); }
H1.HeaderClassName
{
color: #602D95;
}
.AnyTagClassName
{
color: #602D95;
}
</style>
background-color css
<style>
a { background-color: #602D95; }
a { background-color: rgb(96,45,149); }
div.DivClassName
{
background-color: #602D95;
}
.BgClassName
{
background-color: #602D95;
}
</style>
border-color css
<style>
span { border-color: #602D95; }
span { border-color: rgb(96,45,149); }
td.TdClassName
{
border-color: #602D95;
}
.TagClassName
{
border-color: #602D95;
}
</style>