Shades of Purple Heart #670BBB
Tints of Purple Heart #670BBB
RGB
CMYK
RGB Variations
Color information
#670BBB (or 0x670BBB) is known color: Purple Heart. HEX triplet: 67, 0B and BB. RGB value is (103,11,187). Sum of RGB (Red+Green+Blue) = 103+11+187=301 (39% of max value = 765). Red value is 103 (40.62% from 255 or 34.22% from 301); Green value is 11 (4.69% from 255 or 3.65% from 301); Blue value is 187 (73.44% from 255 or 62.13% from 301); Max value from RGB is 187 - color contains mainly: blue. Hex color #670BBB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #670BBB is #98F444. Grayscale: #393939. Windows color (decimal): -10024005 or 12258151. OLE color: 12258151.
HSL color Cylindrical-coordinate representation of color #670BBB: hue angle of 271.36º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #670BBB is Cyan = 0.45, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 103 | 11 | 187 | - |
| CMYK | 0.45 | 0.94 | 0 | 0.27 |
| HSL | 271.36º | 0.89% | 0.39% | - |
| HSV(B) | 271.36º | 0.94% | 0.73% | - |
| XYZ | 14.68 | 6.71 | 47.54 | - |
| YUV | 58.57 | 200.48 | 159.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 11 | 187 | 0.45 | 0.94 | 0 | 0.27 | 271.36 | 0.89 | 0.39 |
| Hex | 67 | B | BB | 2D | 5E | 0 | 1B | 10F | 59 | 27 |
| Octal | 147 | 13 | 273 | 55 | 136 | 0 | 33 | 417 | 131 | 47 |
| Binary | 1100111 | 1011 | 10111011 | 101101 | 1011110 | 0 | 11011 | 100001111 | 1011001 | 100111 |
Color Harmonies of #670BBB
Complementary color
Monochromatic Colors of #670BBB
Black with #670BBB
Text Example
Text Example
White with #670BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #670BBB; }
p { color: rgb(103,11,187); }
H1.HeaderClassName
{
color: #670BBB;
}
.AnyTagClassName
{
color: #670BBB;
}
</style>
background-color css
<style>
a { background-color: #670BBB; }
a { background-color: rgb(103,11,187); }
div.DivClassName
{
background-color: #670BBB;
}
.BgClassName
{
background-color: #670BBB;
}
</style>
border-color css
<style>
span { border-color: #670BBB; }
span { border-color: rgb(103,11,187); }
td.TdClassName
{
border-color: #670BBB;
}
.TagClassName
{
border-color: #670BBB;
}
</style>