Shades of Daisy Bush #643D8D
Tints of Daisy Bush #643D8D
RGB
CMYK
RGB Variations
Color information
#643D8D (or 0x643D8D) is known color: Daisy Bush. HEX triplet: 64, 3D and 8D. RGB value is (100,61,141). Sum of RGB (Red+Green+Blue) = 100+61+141=302 (40% of max value = 765). Red value is 100 (39.45% from 255 or 33.11% from 302); Green value is 61 (24.22% from 255 or 20.20% from 302); Blue value is 141 (55.47% from 255 or 46.69% from 302); Max value from RGB is 141 - color contains mainly: blue. Hex color #643D8D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #643D8D is #9BC272. Grayscale: #515151. Windows color (decimal): -10207859 or 9256292. OLE color: 9256292.
HSL color Cylindrical-coordinate representation of color #643D8D: hue angle of 269.25º degrees, saturation: 0.4, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #643D8D is Cyan = 0.29, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 100 | 61 | 141 | - |
| CMYK | 0.29 | 0.57 | 0 | 0.45 |
| HSL | 269.25º | 0.4% | 0.4% | - |
| HSV(B) | 269.25º | 0.57% | 0.55% | - |
| XYZ | 11.73 | 7.97 | 26.12 | - |
| YUV | 81.78 | 161.42 | 141 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 61 | 141 | 0.29 | 0.57 | 0 | 0.45 | 269.25 | 0.4 | 0.4 |
| Hex | 64 | 3D | 8D | 1D | 39 | 0 | 2D | 10D | 28 | 28 |
| Octal | 144 | 75 | 215 | 35 | 71 | 0 | 55 | 415 | 50 | 50 |
| Binary | 1100100 | 111101 | 10001101 | 11101 | 111001 | 0 | 101101 | 100001101 | 101000 | 101000 |
Color Harmonies of #643D8D
Complementary color
Monochromatic Colors of #643D8D
Black with #643D8D
Text Example
Text Example
White with #643D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #643D8D; }
p { color: rgb(100,61,141); }
H1.HeaderClassName
{
color: #643D8D;
}
.AnyTagClassName
{
color: #643D8D;
}
</style>
background-color css
<style>
a { background-color: #643D8D; }
a { background-color: rgb(100,61,141); }
div.DivClassName
{
background-color: #643D8D;
}
.BgClassName
{
background-color: #643D8D;
}
</style>
border-color css
<style>
span { border-color: #643D8D; }
span { border-color: rgb(100,61,141); }
td.TdClassName
{
border-color: #643D8D;
}
.TagClassName
{
border-color: #643D8D;
}
</style>