Shades of Daisy Bush #643D8A
Tints of Daisy Bush #643D8A
RGB
CMYK
RGB Variations
Color information
#643D8A (or 0x643D8A) is known color: Daisy Bush. HEX triplet: 64, 3D and 8A. RGB value is (100,61,138). Sum of RGB (Red+Green+Blue) = 100+61+138=299 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.44% from 299); Green value is 61 (24.22% from 255 or 20.40% from 299); Blue value is 138 (54.30% from 255 or 46.15% from 299); Max value from RGB is 138 - color contains mainly: blue. Hex color #643D8A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #643D8A is #9BC275. Grayscale: #515151. Windows color (decimal): -10207862 or 9059684. OLE color: 9059684.
HSL color Cylindrical-coordinate representation of color #643D8A: hue angle of 270.39º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #643D8A is Cyan = 0.28, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 100 | 61 | 138 | - |
| CMYK | 0.28 | 0.56 | 0 | 0.46 |
| HSL | 270.39º | 0.39% | 0.39% | - |
| HSV(B) | 270.39º | 0.56% | 0.54% | - |
| XYZ | 11.51 | 7.88 | 24.96 | - |
| YUV | 81.44 | 159.92 | 141.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 61 | 138 | 0.28 | 0.56 | 0 | 0.46 | 270.39 | 0.39 | 0.39 |
| Hex | 64 | 3D | 8A | 1C | 38 | 0 | 2E | 10E | 27 | 27 |
| Octal | 144 | 75 | 212 | 34 | 70 | 0 | 56 | 416 | 47 | 47 |
| Binary | 1100100 | 111101 | 10001010 | 11100 | 111000 | 0 | 101110 | 100001110 | 100111 | 100111 |
Color Harmonies of #643D8A
Complementary color
Monochromatic Colors of #643D8A
Black with #643D8A
Text Example
Text Example
White with #643D8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #643D8A; }
p { color: rgb(100,61,138); }
H1.HeaderClassName
{
color: #643D8A;
}
.AnyTagClassName
{
color: #643D8A;
}
</style>
background-color css
<style>
a { background-color: #643D8A; }
a { background-color: rgb(100,61,138); }
div.DivClassName
{
background-color: #643D8A;
}
.BgClassName
{
background-color: #643D8A;
}
</style>
border-color css
<style>
span { border-color: #643D8A; }
span { border-color: rgb(100,61,138); }
td.TdClassName
{
border-color: #643D8A;
}
.TagClassName
{
border-color: #643D8A;
}
</style>