Shades of Purple Heart #671BAC
Tints of Purple Heart #671BAC
RGB
CMYK
RGB Variations
Color information
#671BAC (or 0x671BAC) is known color: Purple Heart. HEX triplet: 67, 1B and AC. RGB value is (103,27,172). Sum of RGB (Red+Green+Blue) = 103+27+172=302 (40% of max value = 765). Red value is 103 (40.62% from 255 or 34.11% from 302); Green value is 27 (10.94% from 255 or 8.94% from 302); Blue value is 172 (67.58% from 255 or 56.95% from 302); Max value from RGB is 172 - color contains mainly: blue. Hex color #671BAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #671BAC is #98E453. Grayscale: #414141. Windows color (decimal): -10019924 or 11279207. OLE color: 11279207.
HSL color Cylindrical-coordinate representation of color #671BAC: hue angle of 271.45º 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 #671BAC is Cyan = 0.40, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 103 | 27 | 172 | - |
| CMYK | 0.40 | 0.84 | 0 | 0.33 |
| HSL | 271.45º | 0.73% | 0.39% | - |
| HSV(B) | 271.45º | 0.84% | 0.67% | - |
| XYZ | 13.43 | 6.65 | 39.6 | - |
| YUV | 66.25 | 187.68 | 154.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 27 | 172 | 0.40 | 0.84 | 0 | 0.33 | 271.45 | 0.73 | 0.39 |
| Hex | 67 | 1B | AC | 28 | 54 | 0 | 21 | 10F | 49 | 27 |
| Octal | 147 | 33 | 254 | 50 | 124 | 0 | 41 | 417 | 111 | 47 |
| Binary | 1100111 | 11011 | 10101100 | 101000 | 1010100 | 0 | 100001 | 100001111 | 1001001 | 100111 |
Color Harmonies of #671BAC
Complementary color
Monochromatic Colors of #671BAC
Black with #671BAC
Text Example
Text Example
White with #671BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #671BAC; }
p { color: rgb(103,27,172); }
H1.HeaderClassName
{
color: #671BAC;
}
.AnyTagClassName
{
color: #671BAC;
}
</style>
background-color css
<style>
a { background-color: #671BAC; }
a { background-color: rgb(103,27,172); }
div.DivClassName
{
background-color: #671BAC;
}
.BgClassName
{
background-color: #671BAC;
}
</style>
border-color css
<style>
span { border-color: #671BAC; }
span { border-color: rgb(103,27,172); }
td.TdClassName
{
border-color: #671BAC;
}
.TagClassName
{
border-color: #671BAC;
}
</style>