Shades of Purple Heart #6700B7
Tints of Purple Heart #6700B7
RGB
CMYK
RGB Variations
Color information
#6700B7 (or 0x6700B7) is known color: Purple Heart. HEX triplet: 67, 00 and B7. RGB value is (103,0,183). Sum of RGB (Red+Green+Blue) = 103+0+183=286 (37% of max value = 765). Red value is 103 (40.62% from 255 or 36.01% from 286); Green value is 0 (0.39% from 255 or 0% from 286); Blue value is 183 (71.88% from 255 or 63.99% from 286); Max value from RGB is 183 - color contains mainly: blue. Hex color #6700B7 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6700B7 is #98FF48. Grayscale: #333333. Windows color (decimal): -10026825 or 11993191. OLE color: 11993191.
HSL color Cylindrical-coordinate representation of color #6700B7: hue angle of 273.77º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6700B7 is Cyan = 0.44, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 103 | 0 | 183 | - |
| CMYK | 0.44 | 1 | 0 | 0.28 |
| HSL | 273.77º | 1% | 0.36% | - |
| HSV(B) | 273.77º | 1% | 0.72% | - |
| XYZ | 14.14 | 6.3 | 45.27 | - |
| YUV | 51.66 | 202.12 | 164.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 0 | 183 | 0.44 | 1 | 0 | 0.28 | 273.77 | 1 | 0.36 |
| Hex | 67 | 0 | B7 | 2C | 64 | 0 | 1C | 112 | 64 | 24 |
| Octal | 147 | 0 | 267 | 54 | 144 | 0 | 34 | 422 | 144 | 44 |
| Binary | 1100111 | 0 | 10110111 | 101100 | 1100100 | 0 | 11100 | 100010010 | 1100100 | 100100 |
Color Harmonies of #6700B7
Complementary color
Monochromatic Colors of #6700B7
Black with #6700B7
Text Example
Text Example
White with #6700B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6700B7; }
p { color: rgb(103,0,183); }
H1.HeaderClassName
{
color: #6700B7;
}
.AnyTagClassName
{
color: #6700B7;
}
</style>
background-color css
<style>
a { background-color: #6700B7; }
a { background-color: rgb(103,0,183); }
div.DivClassName
{
background-color: #6700B7;
}
.BgClassName
{
background-color: #6700B7;
}
</style>
border-color css
<style>
span { border-color: #6700B7; }
span { border-color: rgb(103,0,183); }
td.TdClassName
{
border-color: #6700B7;
}
.TagClassName
{
border-color: #6700B7;
}
</style>