Shades of Daisy Bush #603399
Tints of Daisy Bush #603399
RGB
CMYK
RGB Variations
Color information
#603399 (or 0x603399) is known color: Daisy Bush. HEX triplet: 60, 33 and 99. RGB value is (96,51,153). Sum of RGB (Red+Green+Blue) = 96+51+153=300 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32% from 300); Green value is 51 (20.31% from 255 or 17% from 300); Blue value is 153 (60.16% from 255 or 51% from 300); Max value from RGB is 153 - color contains mainly: blue. Hex color #603399 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #603399 is #9FCC66. Grayscale: #4B4B4B. Windows color (decimal): -10472551 or 10040160. OLE color: 10040160.
HSL color Cylindrical-coordinate representation of color #603399: hue angle of 266.47º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #603399 is Cyan = 0.37, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 96 | 51 | 153 | - |
| CMYK | 0.37 | 0.67 | 0 | 0.4 |
| HSL | 266.47º | 0.5% | 0.4% | - |
| HSV(B) | 266.47º | 0.67% | 0.6% | - |
| XYZ | 11.76 | 7.15 | 30.9 | - |
| YUV | 76.08 | 171.41 | 142.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 51 | 153 | 0.37 | 0.67 | 0 | 0.4 | 266.47 | 0.5 | 0.4 |
| Hex | 60 | 33 | 99 | 25 | 43 | 0 | 28 | 10A | 32 | 28 |
| Octal | 140 | 63 | 231 | 45 | 103 | 0 | 50 | 412 | 62 | 50 |
| Binary | 1100000 | 110011 | 10011001 | 100101 | 1000011 | 0 | 101000 | 100001010 | 110010 | 101000 |
Color Harmonies of #603399
Complementary color
Monochromatic Colors of #603399
Black with #603399
Text Example
Text Example
White with #603399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603399; }
p { color: rgb(96,51,153); }
H1.HeaderClassName
{
color: #603399;
}
.AnyTagClassName
{
color: #603399;
}
</style>
background-color css
<style>
a { background-color: #603399; }
a { background-color: rgb(96,51,153); }
div.DivClassName
{
background-color: #603399;
}
.BgClassName
{
background-color: #603399;
}
</style>
border-color css
<style>
span { border-color: #603399; }
span { border-color: rgb(96,51,153); }
td.TdClassName
{
border-color: #603399;
}
.TagClassName
{
border-color: #603399;
}
</style>