Shades of Purple Heart #671BAB
Tints of Purple Heart #671BAB
RGB
CMYK
RGB Variations
Color information
#671BAB (or 0x671BAB) is known color: Purple Heart. HEX triplet: 67, 1B and AB. RGB value is (103,27,171). Sum of RGB (Red+Green+Blue) = 103+27+171=301 (39% of max value = 765). Red value is 103 (40.62% from 255 or 34.22% from 301); Green value is 27 (10.94% from 255 or 8.97% from 301); Blue value is 171 (67.19% from 255 or 56.81% from 301); Max value from RGB is 171 - color contains mainly: blue. Hex color #671BAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #671BAB is #98E454. Grayscale: #414141. Windows color (decimal): -10019925 or 11213671. OLE color: 11213671.
HSL color Cylindrical-coordinate representation of color #671BAB: hue angle of 271.67º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #671BAB is Cyan = 0.40, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 103 | 27 | 171 | - |
| CMYK | 0.40 | 0.84 | 0 | 0.33 |
| HSL | 271.67º | 0.73% | 0.39% | - |
| HSV(B) | 271.67º | 0.84% | 0.67% | - |
| XYZ | 13.34 | 6.61 | 39.1 | - |
| YUV | 66.14 | 187.18 | 154.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 27 | 171 | 0.40 | 0.84 | 0 | 0.33 | 271.67 | 0.73 | 0.39 |
| Hex | 67 | 1B | AB | 28 | 54 | 0 | 21 | 110 | 49 | 27 |
| Octal | 147 | 33 | 253 | 50 | 124 | 0 | 41 | 420 | 111 | 47 |
| Binary | 1100111 | 11011 | 10101011 | 101000 | 1010100 | 0 | 100001 | 100010000 | 1001001 | 100111 |
Color Harmonies of #671BAB
Complementary color
Monochromatic Colors of #671BAB
Black with #671BAB
Text Example
Text Example
White with #671BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #671BAB; }
p { color: rgb(103,27,171); }
H1.HeaderClassName
{
color: #671BAB;
}
.AnyTagClassName
{
color: #671BAB;
}
</style>
background-color css
<style>
a { background-color: #671BAB; }
a { background-color: rgb(103,27,171); }
div.DivClassName
{
background-color: #671BAB;
}
.BgClassName
{
background-color: #671BAB;
}
</style>
border-color css
<style>
span { border-color: #671BAB; }
span { border-color: rgb(103,27,171); }
td.TdClassName
{
border-color: #671BAB;
}
.TagClassName
{
border-color: #671BAB;
}
</style>