Shades of Purple Heart #671FCF
Tints of Purple Heart #671FCF
RGB
CMYK
RGB Variations
Color information
#671FCF (or 0x671FCF) is known color: Purple Heart. HEX triplet: 67, 1F and CF. RGB value is (103,31,207). Sum of RGB (Red+Green+Blue) = 103+31+207=341 (45% of max value = 765). Red value is 103 (40.62% from 255 or 30.21% from 341); Green value is 31 (12.5% from 255 or 9.09% from 341); Blue value is 207 (81.25% from 255 or 60.70% from 341); Max value from RGB is 207 - color contains mainly: blue. Hex color #671FCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #671FCF is #98E030. Grayscale: #474747. Windows color (decimal): -10018865 or 13573991. OLE color: 13573991.
HSL color Cylindrical-coordinate representation of color #671FCF: hue angle of 264.55º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #671FCF is Cyan = 0.50, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 103 | 31 | 207 | - |
| CMYK | 0.50 | 0.85 | 0 | 0.19 |
| HSL | 264.55º | 0.74% | 0.47% | - |
| HSV(B) | 264.55º | 0.85% | 0.81% | - |
| XYZ | 17.35 | 8.37 | 59.73 | - |
| YUV | 72.59 | 203.85 | 149.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 31 | 207 | 0.50 | 0.85 | 0 | 0.19 | 264.55 | 0.74 | 0.47 |
| Hex | 67 | 1F | CF | 32 | 55 | 0 | 13 | 109 | 4A | 2F |
| Octal | 147 | 37 | 317 | 62 | 125 | 0 | 23 | 411 | 112 | 57 |
| Binary | 1100111 | 11111 | 11001111 | 110010 | 1010101 | 0 | 10011 | 100001001 | 1001010 | 101111 |
Color Harmonies of #671FCF
Complementary color
Monochromatic Colors of #671FCF
Black with #671FCF
Text Example
Text Example
White with #671FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #671FCF; }
p { color: rgb(103,31,207); }
H1.HeaderClassName
{
color: #671FCF;
}
.AnyTagClassName
{
color: #671FCF;
}
</style>
background-color css
<style>
a { background-color: #671FCF; }
a { background-color: rgb(103,31,207); }
div.DivClassName
{
background-color: #671FCF;
}
.BgClassName
{
background-color: #671FCF;
}
</style>
border-color css
<style>
span { border-color: #671FCF; }
span { border-color: rgb(103,31,207); }
td.TdClassName
{
border-color: #671FCF;
}
.TagClassName
{
border-color: #671FCF;
}
</style>