Shades of Daisy Bush #632F93
Tints of Daisy Bush #632F93
RGB
CMYK
RGB Variations
Color information
#632F93 (or 0x632F93) is known color: Daisy Bush. HEX triplet: 63, 2F and 93. RGB value is (99,47,147). Sum of RGB (Red+Green+Blue) = 99+47+147=293 (38% of max value = 765). Red value is 99 (39.06% from 255 or 33.79% from 293); Green value is 47 (18.75% from 255 or 16.04% from 293); Blue value is 147 (57.81% from 255 or 50.17% from 293); Max value from RGB is 147 - color contains mainly: blue. Hex color #632F93 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #632F93 is #9CD06C. Grayscale: #494949. Windows color (decimal): -10276973 or 9645923. OLE color: 9645923.
HSL color Cylindrical-coordinate representation of color #632F93: hue angle of 271.2º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #632F93 is Cyan = 0.33, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 99 | 47 | 147 | - |
| CMYK | 0.33 | 0.68 | 0 | 0.42 |
| HSL | 271.2º | 0.52% | 0.38% | - |
| HSV(B) | 271.2º | 0.68% | 0.58% | - |
| XYZ | 11.43 | 6.79 | 28.31 | - |
| YUV | 73.95 | 169.23 | 145.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 47 | 147 | 0.33 | 0.68 | 0 | 0.42 | 271.2 | 0.52 | 0.38 |
| Hex | 63 | 2F | 93 | 21 | 44 | 0 | 2A | 10F | 34 | 26 |
| Octal | 143 | 57 | 223 | 41 | 104 | 0 | 52 | 417 | 64 | 46 |
| Binary | 1100011 | 101111 | 10010011 | 100001 | 1000100 | 0 | 101010 | 100001111 | 110100 | 100110 |
Color Harmonies of #632F93
Complementary color
Monochromatic Colors of #632F93
Black with #632F93
Text Example
Text Example
White with #632F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632F93; }
p { color: rgb(99,47,147); }
H1.HeaderClassName
{
color: #632F93;
}
.AnyTagClassName
{
color: #632F93;
}
</style>
background-color css
<style>
a { background-color: #632F93; }
a { background-color: rgb(99,47,147); }
div.DivClassName
{
background-color: #632F93;
}
.BgClassName
{
background-color: #632F93;
}
</style>
border-color css
<style>
span { border-color: #632F93; }
span { border-color: rgb(99,47,147); }
td.TdClassName
{
border-color: #632F93;
}
.TagClassName
{
border-color: #632F93;
}
</style>