Shades of Purple Heart #700BB0
Tints of Purple Heart #700BB0
RGB
CMYK
RGB Variations
Color information
#700BB0 (or 0x700BB0) is known color: Purple Heart. HEX triplet: 70, 0B and B0. RGB value is (112,11,176). Sum of RGB (Red+Green+Blue) = 112+11+176=299 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.46% from 299); Green value is 11 (4.69% from 255 or 3.68% from 299); Blue value is 176 (69.14% from 255 or 58.86% from 299); Max value from RGB is 176 - color contains mainly: blue. Hex color #700BB0 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #700BB0 is #8FF44F. Grayscale: #3B3B3B. Windows color (decimal): -9434192 or 11537264. OLE color: 11537264.
HSL color Cylindrical-coordinate representation of color #700BB0: hue angle of 276.73º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #700BB0 is Cyan = 0.36, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 112 | 11 | 176 | - |
| CMYK | 0.36 | 0.94 | 0 | 0.31 |
| HSL | 276.73º | 0.88% | 0.37% | - |
| HSV(B) | 276.73º | 0.94% | 0.69% | - |
| XYZ | 14.64 | 6.82 | 41.62 | - |
| YUV | 60.01 | 193.46 | 165.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 11 | 176 | 0.36 | 0.94 | 0 | 0.31 | 276.73 | 0.88 | 0.37 |
| Hex | 70 | B | B0 | 24 | 5E | 0 | 1F | 115 | 58 | 25 |
| Octal | 160 | 13 | 260 | 44 | 136 | 0 | 37 | 425 | 130 | 45 |
| Binary | 1110000 | 1011 | 10110000 | 100100 | 1011110 | 0 | 11111 | 100010101 | 1011000 | 100101 |
Color Harmonies of #700BB0
Complementary color
Monochromatic Colors of #700BB0
Black with #700BB0
Text Example
Text Example
White with #700BB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700BB0; }
p { color: rgb(112,11,176); }
H1.HeaderClassName
{
color: #700BB0;
}
.AnyTagClassName
{
color: #700BB0;
}
</style>
background-color css
<style>
a { background-color: #700BB0; }
a { background-color: rgb(112,11,176); }
div.DivClassName
{
background-color: #700BB0;
}
.BgClassName
{
background-color: #700BB0;
}
</style>
border-color css
<style>
span { border-color: #700BB0; }
span { border-color: rgb(112,11,176); }
td.TdClassName
{
border-color: #700BB0;
}
.TagClassName
{
border-color: #700BB0;
}
</style>