Shades of Butterfly Bush #665399
Tints of Butterfly Bush #665399
RGB
CMYK
RGB Variations
Color information
#665399 (or 0x665399) is known color: Butterfly Bush. HEX triplet: 66, 53 and 99. RGB value is (102,83,153). Sum of RGB (Red+Green+Blue) = 102+83+153=338 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.18% from 338); Green value is 83 (32.81% from 255 or 24.56% from 338); Blue value is 153 (60.16% from 255 or 45.27% from 338); Max value from RGB is 153 - color contains mainly: blue. Hex color #665399 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #665399 is #99AC66. Grayscale: #606060. Windows color (decimal): -10071143 or 10048358. OLE color: 10048358.
HSL color Cylindrical-coordinate representation of color #665399: hue angle of 256.29º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #665399 is Cyan = 0.33, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 102 | 83 | 153 | - |
| CMYK | 0.33 | 0.46 | 0 | 0.4 |
| HSL | 256.29º | 0.3% | 0.46% | - |
| HSV(B) | 256.29º | 0.46% | 0.6% | - |
| XYZ | 14.32 | 11.31 | 31.57 | - |
| YUV | 96.66 | 159.79 | 131.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 83 | 153 | 0.33 | 0.46 | 0 | 0.4 | 256.29 | 0.3 | 0.46 |
| Hex | 66 | 53 | 99 | 21 | 2E | 0 | 28 | 100 | 1E | 2E |
| Octal | 146 | 123 | 231 | 41 | 56 | 0 | 50 | 400 | 36 | 56 |
| Binary | 1100110 | 1010011 | 10011001 | 100001 | 101110 | 0 | 101000 | 100000000 | 11110 | 101110 |
Color Harmonies of #665399
Complementary color
Monochromatic Colors of #665399
Black with #665399
Text Example
Text Example
White with #665399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665399; }
p { color: rgb(102,83,153); }
H1.HeaderClassName
{
color: #665399;
}
.AnyTagClassName
{
color: #665399;
}
</style>
background-color css
<style>
a { background-color: #665399; }
a { background-color: rgb(102,83,153); }
div.DivClassName
{
background-color: #665399;
}
.BgClassName
{
background-color: #665399;
}
</style>
border-color css
<style>
span { border-color: #665399; }
span { border-color: rgb(102,83,153); }
td.TdClassName
{
border-color: #665399;
}
.TagClassName
{
border-color: #665399;
}
</style>