Shades of Purple Heart #671AAE
Tints of Purple Heart #671AAE
RGB
CMYK
RGB Variations
Color information
#671AAE (or 0x671AAE) is known color: Purple Heart. HEX triplet: 67, 1A and AE. RGB value is (103,26,174). Sum of RGB (Red+Green+Blue) = 103+26+174=303 (40% of max value = 765). Red value is 103 (40.62% from 255 or 33.99% from 303); Green value is 26 (10.55% from 255 or 8.58% from 303); Blue value is 174 (68.36% from 255 or 57.43% from 303); Max value from RGB is 174 - color contains mainly: blue. Hex color #671AAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #671AAE is #98E551. Grayscale: #414141. Windows color (decimal): -10020178 or 11410023. OLE color: 11410023.
HSL color Cylindrical-coordinate representation of color #671AAE: hue angle of 271.22º 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 #671AAE is Cyan = 0.41, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 103 | 26 | 174 | - |
| CMYK | 0.41 | 0.85 | 0 | 0.32 |
| HSL | 271.22º | 0.74% | 0.39% | - |
| HSV(B) | 271.22º | 0.85% | 0.68% | - |
| XYZ | 13.6 | 6.68 | 40.62 | - |
| YUV | 65.9 | 189.01 | 154.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 26 | 174 | 0.41 | 0.85 | 0 | 0.32 | 271.22 | 0.74 | 0.39 |
| Hex | 67 | 1A | AE | 29 | 55 | 0 | 20 | 10F | 4A | 27 |
| Octal | 147 | 32 | 256 | 51 | 125 | 0 | 40 | 417 | 112 | 47 |
| Binary | 1100111 | 11010 | 10101110 | 101001 | 1010101 | 0 | 100000 | 100001111 | 1001010 | 100111 |
Color Harmonies of #671AAE
Complementary color
Monochromatic Colors of #671AAE
Black with #671AAE
Text Example
Text Example
White with #671AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #671AAE; }
p { color: rgb(103,26,174); }
H1.HeaderClassName
{
color: #671AAE;
}
.AnyTagClassName
{
color: #671AAE;
}
</style>
background-color css
<style>
a { background-color: #671AAE; }
a { background-color: rgb(103,26,174); }
div.DivClassName
{
background-color: #671AAE;
}
.BgClassName
{
background-color: #671AAE;
}
</style>
border-color css
<style>
span { border-color: #671AAE; }
span { border-color: rgb(103,26,174); }
td.TdClassName
{
border-color: #671AAE;
}
.TagClassName
{
border-color: #671AAE;
}
</style>