Shades of Daisy Bush #602C95
Tints of Daisy Bush #602C95
RGB
CMYK
RGB Variations
Color information
#602C95 (or 0x602C95) is known color: Daisy Bush. HEX triplet: 60, 2C and 95. RGB value is (96,44,149). Sum of RGB (Red+Green+Blue) = 96+44+149=289 (38% of max value = 765). Red value is 96 (37.89% from 255 or 33.22% from 289); Green value is 44 (17.58% from 255 or 15.22% from 289); Blue value is 149 (58.59% from 255 or 51.56% from 289); Max value from RGB is 149 - color contains mainly: blue. Hex color #602C95 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #602C95 is #9FD36A. Grayscale: #474747. Windows color (decimal): -10474347 or 9776224. OLE color: 9776224.
HSL color Cylindrical-coordinate representation of color #602C95: hue angle of 269.71º 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 #602C95 is Cyan = 0.36, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 96 | 44 | 149 | - |
| CMYK | 0.36 | 0.70 | 0 | 0.42 |
| HSL | 269.71º | 0.54% | 0.38% | - |
| HSV(B) | 269.71º | 0.7% | 0.58% | - |
| XYZ | 11.15 | 6.46 | 29.09 | - |
| YUV | 71.52 | 171.73 | 145.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 44 | 149 | 0.36 | 0.70 | 0 | 0.42 | 269.71 | 0.54 | 0.38 |
| Hex | 60 | 2C | 95 | 24 | 46 | 0 | 2A | 10E | 36 | 26 |
| Octal | 140 | 54 | 225 | 44 | 106 | 0 | 52 | 416 | 66 | 46 |
| Binary | 1100000 | 101100 | 10010101 | 100100 | 1000110 | 0 | 101010 | 100001110 | 110110 | 100110 |
Color Harmonies of #602C95
Complementary color
Monochromatic Colors of #602C95
Black with #602C95
Text Example
Text Example
White with #602C95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602C95; }
p { color: rgb(96,44,149); }
H1.HeaderClassName
{
color: #602C95;
}
.AnyTagClassName
{
color: #602C95;
}
</style>
background-color css
<style>
a { background-color: #602C95; }
a { background-color: rgb(96,44,149); }
div.DivClassName
{
background-color: #602C95;
}
.BgClassName
{
background-color: #602C95;
}
</style>
border-color css
<style>
span { border-color: #602C95; }
span { border-color: rgb(96,44,149); }
td.TdClassName
{
border-color: #602C95;
}
.TagClassName
{
border-color: #602C95;
}
</style>