Shades of Purple Heart #671FAB
Tints of Purple Heart #671FAB
RGB
CMYK
RGB Variations
Color information
#671FAB (or 0x671FAB) is known color: Purple Heart. HEX triplet: 67, 1F and AB. RGB value is (103,31,171). Sum of RGB (Red+Green+Blue) = 103+31+171=305 (40% of max value = 765). Red value is 103 (40.62% from 255 or 33.77% from 305); Green value is 31 (12.5% from 255 or 10.16% from 305); Blue value is 171 (67.19% from 255 or 56.07% from 305); Max value from RGB is 171 - color contains mainly: blue. Hex color #671FAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #671FAB is #98E054. Grayscale: #444444. Windows color (decimal): -10018901 or 11214695. OLE color: 11214695.
HSL color Cylindrical-coordinate representation of color #671FAB: hue angle of 270.86º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #671FAB is Cyan = 0.40, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 103 | 31 | 171 | - |
| CMYK | 0.40 | 0.82 | 0 | 0.33 |
| HSL | 270.86º | 0.69% | 0.4% | - |
| HSV(B) | 270.86º | 0.82% | 0.67% | - |
| XYZ | 13.43 | 6.8 | 39.13 | - |
| YUV | 68.49 | 185.85 | 152.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 31 | 171 | 0.40 | 0.82 | 0 | 0.33 | 270.86 | 0.69 | 0.4 |
| Hex | 67 | 1F | AB | 28 | 52 | 0 | 21 | 10F | 45 | 28 |
| Octal | 147 | 37 | 253 | 50 | 122 | 0 | 41 | 417 | 105 | 50 |
| Binary | 1100111 | 11111 | 10101011 | 101000 | 1010010 | 0 | 100001 | 100001111 | 1000101 | 101000 |
Color Harmonies of #671FAB
Complementary color
Monochromatic Colors of #671FAB
Black with #671FAB
Text Example
Text Example
White with #671FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #671FAB; }
p { color: rgb(103,31,171); }
H1.HeaderClassName
{
color: #671FAB;
}
.AnyTagClassName
{
color: #671FAB;
}
</style>
background-color css
<style>
a { background-color: #671FAB; }
a { background-color: rgb(103,31,171); }
div.DivClassName
{
background-color: #671FAB;
}
.BgClassName
{
background-color: #671FAB;
}
</style>
border-color css
<style>
span { border-color: #671FAB; }
span { border-color: rgb(103,31,171); }
td.TdClassName
{
border-color: #671FAB;
}
.TagClassName
{
border-color: #671FAB;
}
</style>