Shades of Purple Heart #671BAD
Tints of Purple Heart #671BAD
RGB
CMYK
RGB Variations
Color information
#671BAD (or 0x671BAD) is known color: Purple Heart. HEX triplet: 67, 1B and AD. RGB value is (103,27,173). Sum of RGB (Red+Green+Blue) = 103+27+173=303 (40% of max value = 765). Red value is 103 (40.62% from 255 or 33.99% from 303); Green value is 27 (10.94% from 255 or 8.91% from 303); Blue value is 173 (67.97% from 255 or 57.10% from 303); Max value from RGB is 173 - color contains mainly: blue. Hex color #671BAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #671BAD is #98E452. Grayscale: #414141. Windows color (decimal): -10019923 or 11344743. OLE color: 11344743.
HSL color Cylindrical-coordinate representation of color #671BAD: hue angle of 271.23º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #671BAD is Cyan = 0.40, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 103 | 27 | 173 | - |
| CMYK | 0.40 | 0.84 | 0 | 0.32 |
| HSL | 271.23º | 0.73% | 0.39% | - |
| HSV(B) | 271.23º | 0.84% | 0.68% | - |
| XYZ | 13.53 | 6.68 | 40.11 | - |
| YUV | 66.37 | 188.18 | 154.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 27 | 173 | 0.40 | 0.84 | 0 | 0.32 | 271.23 | 0.73 | 0.39 |
| Hex | 67 | 1B | AD | 28 | 54 | 0 | 20 | 10F | 49 | 27 |
| Octal | 147 | 33 | 255 | 50 | 124 | 0 | 40 | 417 | 111 | 47 |
| Binary | 1100111 | 11011 | 10101101 | 101000 | 1010100 | 0 | 100000 | 100001111 | 1001001 | 100111 |
Color Harmonies of #671BAD
Complementary color
Monochromatic Colors of #671BAD
Black with #671BAD
Text Example
Text Example
White with #671BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #671BAD; }
p { color: rgb(103,27,173); }
H1.HeaderClassName
{
color: #671BAD;
}
.AnyTagClassName
{
color: #671BAD;
}
</style>
background-color css
<style>
a { background-color: #671BAD; }
a { background-color: rgb(103,27,173); }
div.DivClassName
{
background-color: #671BAD;
}
.BgClassName
{
background-color: #671BAD;
}
</style>
border-color css
<style>
span { border-color: #671BAD; }
span { border-color: rgb(103,27,173); }
td.TdClassName
{
border-color: #671BAD;
}
.TagClassName
{
border-color: #671BAD;
}
</style>