Shades of Daisy Bush #602C97
Tints of Daisy Bush #602C97
RGB
CMYK
RGB Variations
Color information
#602C97 (or 0x602C97) is known color: Daisy Bush. HEX triplet: 60, 2C and 97. RGB value is (96,44,151). Sum of RGB (Red+Green+Blue) = 96+44+151=291 (38% of max value = 765). Red value is 96 (37.89% from 255 or 32.99% from 291); Green value is 44 (17.58% from 255 or 15.12% from 291); Blue value is 151 (59.38% from 255 or 51.89% from 291); Max value from RGB is 151 - color contains mainly: blue. Hex color #602C97 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #602C97 is #9FD368. Grayscale: #474747. Windows color (decimal): -10474345 or 9907296. OLE color: 9907296.
HSL color Cylindrical-coordinate representation of color #602C97: hue angle of 269.16º 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 #602C97 is Cyan = 0.36, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 96 | 44 | 151 | - |
| CMYK | 0.36 | 0.71 | 0 | 0.41 |
| HSL | 269.16º | 0.55% | 0.38% | - |
| HSV(B) | 269.16º | 0.71% | 0.59% | - |
| XYZ | 11.31 | 6.52 | 29.94 | - |
| YUV | 71.75 | 172.73 | 145.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 44 | 151 | 0.36 | 0.71 | 0 | 0.41 | 269.16 | 0.55 | 0.38 |
| Hex | 60 | 2C | 97 | 24 | 47 | 0 | 29 | 10D | 37 | 26 |
| Octal | 140 | 54 | 227 | 44 | 107 | 0 | 51 | 415 | 67 | 46 |
| Binary | 1100000 | 101100 | 10010111 | 100100 | 1000111 | 0 | 101001 | 100001101 | 110111 | 100110 |
Color Harmonies of #602C97
Complementary color
Monochromatic Colors of #602C97
Black with #602C97
Text Example
Text Example
White with #602C97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602C97; }
p { color: rgb(96,44,151); }
H1.HeaderClassName
{
color: #602C97;
}
.AnyTagClassName
{
color: #602C97;
}
</style>
background-color css
<style>
a { background-color: #602C97; }
a { background-color: rgb(96,44,151); }
div.DivClassName
{
background-color: #602C97;
}
.BgClassName
{
background-color: #602C97;
}
</style>
border-color css
<style>
span { border-color: #602C97; }
span { border-color: rgb(96,44,151); }
td.TdClassName
{
border-color: #602C97;
}
.TagClassName
{
border-color: #602C97;
}
</style>