Shades of Jazzberry Jam #B70562
Tints of Jazzberry Jam #B70562
RGB
CMYK
RGB Variations
Color information
#B70562 (or 0xB70562) is known color: Jazzberry Jam. HEX triplet: B7, 05 and 62. RGB value is (183,5,98). Sum of RGB (Red+Green+Blue) = 183+5+98=286 (37% of max value = 765). Red value is 183 (71.88% from 255 or 63.99% from 286); Green value is 5 (2.34% from 255 or 1.75% from 286); Blue value is 98 (38.67% from 255 or 34.27% from 286); Max value from RGB is 183 - color contains mainly: red. Hex color #B70562 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B70562 is #48FA9D. Grayscale: #444444. Windows color (decimal): -4782750 or 6423991. OLE color: 6423991.
HSL color Cylindrical-coordinate representation of color #B70562: hue angle of 328.65º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B70562 is Cyan = 0, Magento = 0.97, Yellow = 0.46 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 5 | 98 | - |
| CMYK | 0 | 0.97 | 0.46 | 0.28 |
| HSL | 328.65º | 0.95% | 0.37% | - |
| HSV(B) | 328.65º | 0.97% | 0.72% | - |
| XYZ | 21.79 | 11.06 | 12.54 | - |
| YUV | 68.82 | 144.47 | 209.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 5 | 98 | 0 | 0.97 | 0.46 | 0.28 | 328.65 | 0.95 | 0.37 |
| Hex | B7 | 5 | 62 | 0 | 61 | 2E | 1C | 149 | 5F | 25 |
| Octal | 267 | 5 | 142 | 0 | 141 | 56 | 34 | 511 | 137 | 45 |
| Binary | 10110111 | 101 | 1100010 | 0 | 1100001 | 101110 | 11100 | 101001001 | 1011111 | 100101 |
Color Harmonies of #B70562
Complementary color
Monochromatic Colors of #B70562
Black with #B70562
Text Example
Text Example
White with #B70562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B70562; }
p { color: rgb(183,5,98); }
H1.HeaderClassName
{
color: #B70562;
}
.AnyTagClassName
{
color: #B70562;
}
</style>
background-color css
<style>
a { background-color: #B70562; }
a { background-color: rgb(183,5,98); }
div.DivClassName
{
background-color: #B70562;
}
.BgClassName
{
background-color: #B70562;
}
</style>
border-color css
<style>
span { border-color: #B70562; }
span { border-color: rgb(183,5,98); }
td.TdClassName
{
border-color: #B70562;
}
.TagClassName
{
border-color: #B70562;
}
</style>