Shades of Purple Heart #671BD7
Tints of Purple Heart #671BD7
RGB
CMYK
RGB Variations
Color information
#671BD7 (or 0x671BD7) is known color: Purple Heart. HEX triplet: 67, 1B and D7. RGB value is (103,27,215). Sum of RGB (Red+Green+Blue) = 103+27+215=345 (45% of max value = 765). Red value is 103 (40.62% from 255 or 29.86% from 345); Green value is 27 (10.94% from 255 or 7.83% from 345); Blue value is 215 (84.38% from 255 or 62.32% from 345); Max value from RGB is 215 - color contains mainly: blue. Hex color #671BD7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #671BD7 is #98E428. Grayscale: #464646. Windows color (decimal): -10019881 or 14097255. OLE color: 14097255.
HSL color Cylindrical-coordinate representation of color #671BD7: hue angle of 264.26º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #671BD7 is Cyan = 0.52, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 103 | 27 | 215 | - |
| CMYK | 0.52 | 0.87 | 0 | 0.16 |
| HSL | 264.26º | 0.78% | 0.47% | - |
| HSV(B) | 264.26º | 0.87% | 0.84% | - |
| XYZ | 18.25 | 8.57 | 64.98 | - |
| YUV | 71.16 | 209.18 | 150.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 27 | 215 | 0.52 | 0.87 | 0 | 0.16 | 264.26 | 0.78 | 0.47 |
| Hex | 67 | 1B | D7 | 34 | 57 | 0 | 10 | 108 | 4E | 2F |
| Octal | 147 | 33 | 327 | 64 | 127 | 0 | 20 | 410 | 116 | 57 |
| Binary | 1100111 | 11011 | 11010111 | 110100 | 1010111 | 0 | 10000 | 100001000 | 1001110 | 101111 |
Color Harmonies of #671BD7
Complementary color
Monochromatic Colors of #671BD7
Black with #671BD7
Text Example
Text Example
White with #671BD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #671BD7; }
p { color: rgb(103,27,215); }
H1.HeaderClassName
{
color: #671BD7;
}
.AnyTagClassName
{
color: #671BD7;
}
</style>
background-color css
<style>
a { background-color: #671BD7; }
a { background-color: rgb(103,27,215); }
div.DivClassName
{
background-color: #671BD7;
}
.BgClassName
{
background-color: #671BD7;
}
</style>
border-color css
<style>
span { border-color: #671BD7; }
span { border-color: rgb(103,27,215); }
td.TdClassName
{
border-color: #671BD7;
}
.TagClassName
{
border-color: #671BD7;
}
</style>