Shades of Purple Heart #6704BC
Tints of Purple Heart #6704BC
RGB
CMYK
RGB Variations
Color information
#6704BC (or 0x6704BC) is known color: Purple Heart. HEX triplet: 67, 04 and BC. RGB value is (103,4,188). Sum of RGB (Red+Green+Blue) = 103+4+188=295 (39% of max value = 765). Red value is 103 (40.62% from 255 or 34.92% from 295); Green value is 4 (1.95% from 255 or 1.36% from 295); Blue value is 188 (73.83% from 255 or 63.73% from 295); Max value from RGB is 188 - color contains mainly: blue. Hex color #6704BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6704BC is #98FB43. Grayscale: #353535. Windows color (decimal): -10025796 or 12321895. OLE color: 12321895.
HSL color Cylindrical-coordinate representation of color #6704BC: hue angle of 272.28º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6704BC is Cyan = 0.45, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 103 | 4 | 188 | - |
| CMYK | 0.45 | 0.98 | 0 | 0.26 |
| HSL | 272.28º | 0.96% | 0.38% | - |
| HSV(B) | 272.28º | 0.98% | 0.74% | - |
| XYZ | 14.71 | 6.6 | 48.08 | - |
| YUV | 54.58 | 203.3 | 162.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 4 | 188 | 0.45 | 0.98 | 0 | 0.26 | 272.28 | 0.96 | 0.38 |
| Hex | 67 | 4 | BC | 2D | 62 | 0 | 1A | 110 | 60 | 26 |
| Octal | 147 | 4 | 274 | 55 | 142 | 0 | 32 | 420 | 140 | 46 |
| Binary | 1100111 | 100 | 10111100 | 101101 | 1100010 | 0 | 11010 | 100010000 | 1100000 | 100110 |
Color Harmonies of #6704BC
Complementary color
Monochromatic Colors of #6704BC
Black with #6704BC
Text Example
Text Example
White with #6704BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6704BC; }
p { color: rgb(103,4,188); }
H1.HeaderClassName
{
color: #6704BC;
}
.AnyTagClassName
{
color: #6704BC;
}
</style>
background-color css
<style>
a { background-color: #6704BC; }
a { background-color: rgb(103,4,188); }
div.DivClassName
{
background-color: #6704BC;
}
.BgClassName
{
background-color: #6704BC;
}
</style>
border-color css
<style>
span { border-color: #6704BC; }
span { border-color: rgb(103,4,188); }
td.TdClassName
{
border-color: #6704BC;
}
.TagClassName
{
border-color: #6704BC;
}
</style>