Shades of Daisy Bush #603393
Tints of Daisy Bush #603393
RGB
CMYK
RGB Variations
Color information
#603393 (or 0x603393) is known color: Daisy Bush. HEX triplet: 60, 33 and 93. RGB value is (96,51,147). Sum of RGB (Red+Green+Blue) = 96+51+147=294 (38% of max value = 765). Red value is 96 (37.89% from 255 or 32.65% from 294); Green value is 51 (20.31% from 255 or 17.35% from 294); Blue value is 147 (57.81% from 255 or 50% from 294); Max value from RGB is 147 - color contains mainly: blue. Hex color #603393 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #603393 is #9FCC6C. Grayscale: #4B4B4B. Windows color (decimal): -10472557 or 9646944. OLE color: 9646944.
HSL color Cylindrical-coordinate representation of color #603393: hue angle of 268.12º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #603393 is Cyan = 0.35, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 96 | 51 | 147 | - |
| CMYK | 0.35 | 0.65 | 0 | 0.42 |
| HSL | 268.13º | 0.48% | 0.39% | - |
| HSV(B) | 268.13º | 0.65% | 0.58% | - |
| XYZ | 11.27 | 6.96 | 28.35 | - |
| YUV | 75.4 | 168.41 | 142.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 51 | 147 | 0.35 | 0.65 | 0 | 0.42 | 268.13 | 0.48 | 0.39 |
| Hex | 60 | 33 | 93 | 23 | 41 | 0 | 2A | 10C | 30 | 27 |
| Octal | 140 | 63 | 223 | 43 | 101 | 0 | 52 | 414 | 60 | 47 |
| Binary | 1100000 | 110011 | 10010011 | 100011 | 1000001 | 0 | 101010 | 100001100 | 110000 | 100111 |
Color Harmonies of #603393
Complementary color
Monochromatic Colors of #603393
Black with #603393
Text Example
Text Example
White with #603393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603393; }
p { color: rgb(96,51,147); }
H1.HeaderClassName
{
color: #603393;
}
.AnyTagClassName
{
color: #603393;
}
</style>
background-color css
<style>
a { background-color: #603393; }
a { background-color: rgb(96,51,147); }
div.DivClassName
{
background-color: #603393;
}
.BgClassName
{
background-color: #603393;
}
</style>
border-color css
<style>
span { border-color: #603393; }
span { border-color: rgb(96,51,147); }
td.TdClassName
{
border-color: #603393;
}
.TagClassName
{
border-color: #603393;
}
</style>