Shades of Purple Heart #671ABF
Tints of Purple Heart #671ABF
RGB
CMYK
RGB Variations
Color information
#671ABF (or 0x671ABF) is known color: Purple Heart. HEX triplet: 67, 1A and BF. RGB value is (103,26,191). Sum of RGB (Red+Green+Blue) = 103+26+191=320 (42% of max value = 765). Red value is 103 (40.62% from 255 or 32.19% from 320); Green value is 26 (10.55% from 255 or 8.12% from 320); Blue value is 191 (75% from 255 or 59.69% from 320); Max value from RGB is 191 - color contains mainly: blue. Hex color #671ABF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #671ABF is #98E540. Grayscale: #434343. Windows color (decimal): -10020161 or 12524135. OLE color: 12524135.
HSL color Cylindrical-coordinate representation of color #671ABF: hue angle of 268º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #671ABF is Cyan = 0.46, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 103 | 26 | 191 | - |
| CMYK | 0.46 | 0.86 | 0 | 0.25 |
| HSL | 268º | 0.76% | 0.43% | - |
| HSV(B) | 268º | 0.86% | 0.75% | - |
| XYZ | 15.37 | 7.38 | 49.91 | - |
| YUV | 67.83 | 197.51 | 153.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 26 | 191 | 0.46 | 0.86 | 0 | 0.25 | 268 | 0.76 | 0.43 |
| Hex | 67 | 1A | BF | 2E | 56 | 0 | 19 | 10C | 4C | 2B |
| Octal | 147 | 32 | 277 | 56 | 126 | 0 | 31 | 414 | 114 | 53 |
| Binary | 1100111 | 11010 | 10111111 | 101110 | 1010110 | 0 | 11001 | 100001100 | 1001100 | 101011 |
Color Harmonies of #671ABF
Complementary color
Monochromatic Colors of #671ABF
Black with #671ABF
Text Example
Text Example
White with #671ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #671ABF; }
p { color: rgb(103,26,191); }
H1.HeaderClassName
{
color: #671ABF;
}
.AnyTagClassName
{
color: #671ABF;
}
</style>
background-color css
<style>
a { background-color: #671ABF; }
a { background-color: rgb(103,26,191); }
div.DivClassName
{
background-color: #671ABF;
}
.BgClassName
{
background-color: #671ABF;
}
</style>
border-color css
<style>
span { border-color: #671ABF; }
span { border-color: rgb(103,26,191); }
td.TdClassName
{
border-color: #671ABF;
}
.TagClassName
{
border-color: #671ABF;
}
</style>