Shades of Purple Heart #6700BB
Tints of Purple Heart #6700BB
RGB
CMYK
RGB Variations
Color information
#6700BB (or 0x6700BB) is known color: Purple Heart. HEX triplet: 67, 00 and BB. RGB value is (103,0,187). Sum of RGB (Red+Green+Blue) = 103+0+187=290 (38% of max value = 765). Red value is 103 (40.62% from 255 or 35.52% from 290); Green value is 0 (0.39% from 255 or 0% from 290); Blue value is 187 (73.44% from 255 or 64.48% from 290); Max value from RGB is 187 - color contains mainly: blue. Hex color #6700BB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6700BB is #98FF44. Grayscale: #333333. Windows color (decimal): -10026821 or 12255335. OLE color: 12255335.
HSL color Cylindrical-coordinate representation of color #6700BB: hue angle of 273.05º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6700BB is Cyan = 0.45, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 103 | 0 | 187 | - |
| CMYK | 0.45 | 1 | 0 | 0.27 |
| HSL | 273.05º | 1% | 0.37% | - |
| HSV(B) | 273.05º | 1% | 0.73% | - |
| XYZ | 14.56 | 6.47 | 47.5 | - |
| YUV | 52.12 | 204.12 | 164.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 0 | 187 | 0.45 | 1 | 0 | 0.27 | 273.05 | 1 | 0.37 |
| Hex | 67 | 0 | BB | 2D | 64 | 0 | 1B | 111 | 64 | 25 |
| Octal | 147 | 0 | 273 | 55 | 144 | 0 | 33 | 421 | 144 | 45 |
| Binary | 1100111 | 0 | 10111011 | 101101 | 1100100 | 0 | 11011 | 100010001 | 1100100 | 100101 |
Color Harmonies of #6700BB
Complementary color
Monochromatic Colors of #6700BB
Black with #6700BB
Text Example
Text Example
White with #6700BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6700BB; }
p { color: rgb(103,0,187); }
H1.HeaderClassName
{
color: #6700BB;
}
.AnyTagClassName
{
color: #6700BB;
}
</style>
background-color css
<style>
a { background-color: #6700BB; }
a { background-color: rgb(103,0,187); }
div.DivClassName
{
background-color: #6700BB;
}
.BgClassName
{
background-color: #6700BB;
}
</style>
border-color css
<style>
span { border-color: #6700BB; }
span { border-color: rgb(103,0,187); }
td.TdClassName
{
border-color: #6700BB;
}
.TagClassName
{
border-color: #6700BB;
}
</style>