Shades of Purple Heart #671FD1
Tints of Purple Heart #671FD1
RGB
CMYK
RGB Variations
Color information
#671FD1 (or 0x671FD1) is known color: Purple Heart. HEX triplet: 67, 1F and D1. RGB value is (103,31,209). Sum of RGB (Red+Green+Blue) = 103+31+209=343 (45% of max value = 765). Red value is 103 (40.62% from 255 or 30.03% from 343); Green value is 31 (12.5% from 255 or 9.04% from 343); Blue value is 209 (82.03% from 255 or 60.93% from 343); Max value from RGB is 209 - color contains mainly: blue. Hex color #671FD1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #671FD1 is #98E02E. Grayscale: #484848. Windows color (decimal): -10018863 or 13705063. OLE color: 13705063.
HSL color Cylindrical-coordinate representation of color #671FD1: hue angle of 264.27º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #671FD1 is Cyan = 0.51, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 103 | 31 | 209 | - |
| CMYK | 0.51 | 0.85 | 0 | 0.18 |
| HSL | 264.27º | 0.74% | 0.47% | - |
| HSV(B) | 264.27º | 0.85% | 0.82% | - |
| XYZ | 17.59 | 8.47 | 61.03 | - |
| YUV | 72.82 | 204.85 | 149.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 31 | 209 | 0.51 | 0.85 | 0 | 0.18 | 264.27 | 0.74 | 0.47 |
| Hex | 67 | 1F | D1 | 33 | 55 | 0 | 12 | 108 | 4A | 2F |
| Octal | 147 | 37 | 321 | 63 | 125 | 0 | 22 | 410 | 112 | 57 |
| Binary | 1100111 | 11111 | 11010001 | 110011 | 1010101 | 0 | 10010 | 100001000 | 1001010 | 101111 |
Color Harmonies of #671FD1
Complementary color
Monochromatic Colors of #671FD1
Black with #671FD1
Text Example
Text Example
White with #671FD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #671FD1; }
p { color: rgb(103,31,209); }
H1.HeaderClassName
{
color: #671FD1;
}
.AnyTagClassName
{
color: #671FD1;
}
</style>
background-color css
<style>
a { background-color: #671FD1; }
a { background-color: rgb(103,31,209); }
div.DivClassName
{
background-color: #671FD1;
}
.BgClassName
{
background-color: #671FD1;
}
</style>
border-color css
<style>
span { border-color: #671FD1; }
span { border-color: rgb(103,31,209); }
td.TdClassName
{
border-color: #671FD1;
}
.TagClassName
{
border-color: #671FD1;
}
</style>