Shades of Butterfly Bush #67518D
Tints of Butterfly Bush #67518D
RGB
CMYK
RGB Variations
Color information
#67518D (or 0x67518D) is known color: Butterfly Bush. HEX triplet: 67, 51 and 8D. RGB value is (103,81,141). Sum of RGB (Red+Green+Blue) = 103+81+141=325 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.69% from 325); Green value is 81 (32.03% from 255 or 24.92% from 325); Blue value is 141 (55.47% from 255 or 43.38% from 325); Max value from RGB is 141 - color contains mainly: blue. Hex color #67518D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #67518D is #98AE72. Grayscale: #5E5E5E. Windows color (decimal): -10006131 or 9261415. OLE color: 9261415.
HSL color Cylindrical-coordinate representation of color #67518D: hue angle of 262º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #67518D is Cyan = 0.27, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 103 | 81 | 141 | - |
| CMYK | 0.27 | 0.43 | 0 | 0.45 |
| HSL | 262º | 0.27% | 0.44% | - |
| HSV(B) | 262º | 0.43% | 0.55% | - |
| XYZ | 13.34 | 10.69 | 26.56 | - |
| YUV | 94.42 | 154.29 | 134.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 81 | 141 | 0.27 | 0.43 | 0 | 0.45 | 262 | 0.27 | 0.44 |
| Hex | 67 | 51 | 8D | 1B | 2B | 0 | 2D | 106 | 1B | 2C |
| Octal | 147 | 121 | 215 | 33 | 53 | 0 | 55 | 406 | 33 | 54 |
| Binary | 1100111 | 1010001 | 10001101 | 11011 | 101011 | 0 | 101101 | 100000110 | 11011 | 101100 |
Color Harmonies of #67518D
Complementary color
Monochromatic Colors of #67518D
Black with #67518D
Text Example
Text Example
White with #67518D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67518D; }
p { color: rgb(103,81,141); }
H1.HeaderClassName
{
color: #67518D;
}
.AnyTagClassName
{
color: #67518D;
}
</style>
background-color css
<style>
a { background-color: #67518D; }
a { background-color: rgb(103,81,141); }
div.DivClassName
{
background-color: #67518D;
}
.BgClassName
{
background-color: #67518D;
}
</style>
border-color css
<style>
span { border-color: #67518D; }
span { border-color: rgb(103,81,141); }
td.TdClassName
{
border-color: #67518D;
}
.TagClassName
{
border-color: #67518D;
}
</style>