Shades of Purple Heart #671AAD
Tints of Purple Heart #671AAD
RGB
CMYK
RGB Variations
Color information
#671AAD (or 0x671AAD) is known color: Purple Heart. HEX triplet: 67, 1A and AD. RGB value is (103,26,173). Sum of RGB (Red+Green+Blue) = 103+26+173=302 (40% of max value = 765). Red value is 103 (40.62% from 255 or 34.11% from 302); Green value is 26 (10.55% from 255 or 8.61% from 302); Blue value is 173 (67.97% from 255 or 57.28% from 302); Max value from RGB is 173 - color contains mainly: blue. Hex color #671AAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #671AAD is #98E552. Grayscale: #414141. Windows color (decimal): -10020179 or 11344487. OLE color: 11344487.
HSL color Cylindrical-coordinate representation of color #671AAD: hue angle of 271.43º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #671AAD is Cyan = 0.40, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 103 | 26 | 173 | - |
| CMYK | 0.40 | 0.85 | 0 | 0.32 |
| HSL | 271.43º | 0.74% | 0.39% | - |
| HSV(B) | 271.43º | 0.85% | 0.68% | - |
| XYZ | 13.51 | 6.64 | 40.1 | - |
| YUV | 65.78 | 188.51 | 154.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 26 | 173 | 0.40 | 0.85 | 0 | 0.32 | 271.43 | 0.74 | 0.39 |
| Hex | 67 | 1A | AD | 28 | 55 | 0 | 20 | 10F | 4A | 27 |
| Octal | 147 | 32 | 255 | 50 | 125 | 0 | 40 | 417 | 112 | 47 |
| Binary | 1100111 | 11010 | 10101101 | 101000 | 1010101 | 0 | 100000 | 100001111 | 1001010 | 100111 |
Color Harmonies of #671AAD
Complementary color
Monochromatic Colors of #671AAD
Black with #671AAD
Text Example
Text Example
White with #671AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #671AAD; }
p { color: rgb(103,26,173); }
H1.HeaderClassName
{
color: #671AAD;
}
.AnyTagClassName
{
color: #671AAD;
}
</style>
background-color css
<style>
a { background-color: #671AAD; }
a { background-color: rgb(103,26,173); }
div.DivClassName
{
background-color: #671AAD;
}
.BgClassName
{
background-color: #671AAD;
}
</style>
border-color css
<style>
span { border-color: #671AAD; }
span { border-color: rgb(103,26,173); }
td.TdClassName
{
border-color: #671AAD;
}
.TagClassName
{
border-color: #671AAD;
}
</style>