Shades of Daisy Bush #63388E
Tints of Daisy Bush #63388E
RGB
CMYK
RGB Variations
Color information
#63388E (or 0x63388E) is known color: Daisy Bush. HEX triplet: 63, 38 and 8E. RGB value is (99,56,142). Sum of RGB (Red+Green+Blue) = 99+56+142=297 (39% of max value = 765). Red value is 99 (39.06% from 255 or 33.33% from 297); Green value is 56 (22.27% from 255 or 18.86% from 297); Blue value is 142 (55.86% from 255 or 47.81% from 297); Max value from RGB is 142 - color contains mainly: blue. Hex color #63388E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #63388E is #9CC771. Grayscale: #4E4E4E. Windows color (decimal): -10274674 or 9320547. OLE color: 9320547.
HSL color Cylindrical-coordinate representation of color #63388E: hue angle of 270º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #63388E is Cyan = 0.30, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 99 | 56 | 142 | - |
| CMYK | 0.30 | 0.61 | 0 | 0.44 |
| HSL | 270º | 0.43% | 0.39% | - |
| HSV(B) | 270º | 0.61% | 0.56% | - |
| XYZ | 11.44 | 7.43 | 26.42 | - |
| YUV | 78.66 | 163.75 | 142.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 56 | 142 | 0.30 | 0.61 | 0 | 0.44 | 270 | 0.43 | 0.39 |
| Hex | 63 | 38 | 8E | 1E | 3D | 0 | 2C | 10E | 2B | 27 |
| Octal | 143 | 70 | 216 | 36 | 75 | 0 | 54 | 416 | 53 | 47 |
| Binary | 1100011 | 111000 | 10001110 | 11110 | 111101 | 0 | 101100 | 100001110 | 101011 | 100111 |
Color Harmonies of #63388E
Complementary color
Monochromatic Colors of #63388E
Black with #63388E
Text Example
Text Example
White with #63388E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63388E; }
p { color: rgb(99,56,142); }
H1.HeaderClassName
{
color: #63388E;
}
.AnyTagClassName
{
color: #63388E;
}
</style>
background-color css
<style>
a { background-color: #63388E; }
a { background-color: rgb(99,56,142); }
div.DivClassName
{
background-color: #63388E;
}
.BgClassName
{
background-color: #63388E;
}
</style>
border-color css
<style>
span { border-color: #63388E; }
span { border-color: rgb(99,56,142); }
td.TdClassName
{
border-color: #63388E;
}
.TagClassName
{
border-color: #63388E;
}
</style>