Shades of Purple Heart #6700CF
Tints of Purple Heart #6700CF
RGB
CMYK
RGB Variations
Color information
#6700CF (or 0x6700CF) is known color: Purple Heart. HEX triplet: 67, 00 and CF. RGB value is (103,0,207). Sum of RGB (Red+Green+Blue) = 103+0+207=310 (41% of max value = 765). Red value is 103 (40.62% from 255 or 33.23% from 310); Green value is 0 (0.39% from 255 or 0% from 310); Blue value is 207 (81.25% from 255 or 66.77% from 310); Max value from RGB is 207 - color contains mainly: blue. Hex color #6700CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6700CF is #98FF30. Grayscale: #353535. Windows color (decimal): -10026801 or 13566055. OLE color: 13566055.
HSL color Cylindrical-coordinate representation of color #6700CF: hue angle of 269.86º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6700CF is Cyan = 0.50, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 103 | 0 | 207 | - |
| CMYK | 0.50 | 1 | 0 | 0.19 |
| HSL | 269.86º | 1% | 0.41% | - |
| HSV(B) | 269.86º | 1% | 0.81% | - |
| XYZ | 16.86 | 7.39 | 59.57 | - |
| YUV | 54.4 | 214.12 | 162.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 0 | 207 | 0.50 | 1 | 0 | 0.19 | 269.86 | 1 | 0.41 |
| Hex | 67 | 0 | CF | 32 | 64 | 0 | 13 | 10E | 64 | 29 |
| Octal | 147 | 0 | 317 | 62 | 144 | 0 | 23 | 416 | 144 | 51 |
| Binary | 1100111 | 0 | 11001111 | 110010 | 1100100 | 0 | 10011 | 100001110 | 1100100 | 101001 |
Color Harmonies of #6700CF
Complementary color
Monochromatic Colors of #6700CF
Black with #6700CF
Text Example
Text Example
White with #6700CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6700CF; }
p { color: rgb(103,0,207); }
H1.HeaderClassName
{
color: #6700CF;
}
.AnyTagClassName
{
color: #6700CF;
}
</style>
background-color css
<style>
a { background-color: #6700CF; }
a { background-color: rgb(103,0,207); }
div.DivClassName
{
background-color: #6700CF;
}
.BgClassName
{
background-color: #6700CF;
}
</style>
border-color css
<style>
span { border-color: #6700CF; }
span { border-color: rgb(103,0,207); }
td.TdClassName
{
border-color: #6700CF;
}
.TagClassName
{
border-color: #6700CF;
}
</style>