Shades of Violet Blue #B3579C
Tints of Violet Blue #B3579C
RGB
CMYK
RGB Variations
Color information
#B3579C (or 0xB3579C) is known color: Violet Blue. HEX triplet: B3, 57 and 9C. RGB value is (179,87,156). Sum of RGB (Red+Green+Blue) = 179+87+156=422 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.42% from 422); Green value is 87 (34.38% from 255 or 20.62% from 422); Blue value is 156 (61.33% from 255 or 36.97% from 422); Max value from RGB is 179 - color contains mainly: red. Hex color #B3579C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B3579C is #4CA863. Grayscale: #7A7A7A. Windows color (decimal): -5023844 or 10246067. OLE color: 10246067.
HSL color Cylindrical-coordinate representation of color #B3579C: hue angle of 315º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B3579C is Cyan = 0, Magento = 0.51, Yellow = 0.13 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 87 | 156 | - |
| CMYK | 0 | 0.51 | 0.13 | 0.30 |
| HSL | 315º | 0.38% | 0.52% | - |
| HSV(B) | 315º | 0.51% | 0.7% | - |
| XYZ | 28 | 18.8 | 33.61 | - |
| YUV | 122.37 | 146.98 | 168.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 87 | 156 | 0 | 0.51 | 0.13 | 0.30 | 315 | 0.38 | 0.52 |
| Hex | B3 | 57 | 9C | 0 | 33 | D | 1E | 13B | 26 | 34 |
| Octal | 263 | 127 | 234 | 0 | 63 | 15 | 36 | 473 | 46 | 64 |
| Binary | 10110011 | 1010111 | 10011100 | 0 | 110011 | 1101 | 11110 | 100111011 | 100110 | 110100 |
Color Harmonies of #B3579C
Complementary color
Monochromatic Colors of #B3579C
Black with #B3579C
Text Example
Text Example
White with #B3579C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3579C; }
p { color: rgb(179,87,156); }
H1.HeaderClassName
{
color: #B3579C;
}
.AnyTagClassName
{
color: #B3579C;
}
</style>
background-color css
<style>
a { background-color: #B3579C; }
a { background-color: rgb(179,87,156); }
div.DivClassName
{
background-color: #B3579C;
}
.BgClassName
{
background-color: #B3579C;
}
</style>
border-color css
<style>
span { border-color: #B3579C; }
span { border-color: rgb(179,87,156); }
td.TdClassName
{
border-color: #B3579C;
}
.TagClassName
{
border-color: #B3579C;
}
</style>