Shades of Purple Heart #671BCF
Tints of Purple Heart #671BCF
RGB
CMYK
RGB Variations
Color information
#671BCF (or 0x671BCF) is known color: Purple Heart. HEX triplet: 67, 1B and CF. RGB value is (103,27,207). Sum of RGB (Red+Green+Blue) = 103+27+207=337 (44% of max value = 765). Red value is 103 (40.62% from 255 or 30.56% from 337); Green value is 27 (10.94% from 255 or 8.01% from 337); Blue value is 207 (81.25% from 255 or 61.42% from 337); Max value from RGB is 207 - color contains mainly: blue. Hex color #671BCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #671BCF is #98E430. Grayscale: #454545. Windows color (decimal): -10019889 or 13572967. OLE color: 13572967.
HSL color Cylindrical-coordinate representation of color #671BCF: hue angle of 265.33º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #671BCF is Cyan = 0.50, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 103 | 27 | 207 | - |
| CMYK | 0.50 | 0.87 | 0 | 0.19 |
| HSL | 265.33º | 0.77% | 0.46% | - |
| HSV(B) | 265.33º | 0.87% | 0.81% | - |
| XYZ | 17.25 | 8.17 | 59.7 | - |
| YUV | 70.24 | 205.18 | 151.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 27 | 207 | 0.50 | 0.87 | 0 | 0.19 | 265.33 | 0.77 | 0.46 |
| Hex | 67 | 1B | CF | 32 | 57 | 0 | 13 | 109 | 4D | 2E |
| Octal | 147 | 33 | 317 | 62 | 127 | 0 | 23 | 411 | 115 | 56 |
| Binary | 1100111 | 11011 | 11001111 | 110010 | 1010111 | 0 | 10011 | 100001001 | 1001101 | 101110 |
Color Harmonies of #671BCF
Complementary color
Monochromatic Colors of #671BCF
Black with #671BCF
Text Example
Text Example
White with #671BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #671BCF; }
p { color: rgb(103,27,207); }
H1.HeaderClassName
{
color: #671BCF;
}
.AnyTagClassName
{
color: #671BCF;
}
</style>
background-color css
<style>
a { background-color: #671BCF; }
a { background-color: rgb(103,27,207); }
div.DivClassName
{
background-color: #671BCF;
}
.BgClassName
{
background-color: #671BCF;
}
</style>
border-color css
<style>
span { border-color: #671BCF; }
span { border-color: rgb(103,27,207); }
td.TdClassName
{
border-color: #671BCF;
}
.TagClassName
{
border-color: #671BCF;
}
</style>