Shades of Purple Heart #671DAE
Tints of Purple Heart #671DAE
RGB
CMYK
RGB Variations
Color information
#671DAE (or 0x671DAE) is known color: Purple Heart. HEX triplet: 67, 1D and AE. RGB value is (103,29,174). Sum of RGB (Red+Green+Blue) = 103+29+174=306 (40% of max value = 765). Red value is 103 (40.62% from 255 or 33.66% from 306); Green value is 29 (11.72% from 255 or 9.48% from 306); Blue value is 174 (68.36% from 255 or 56.86% from 306); Max value from RGB is 174 - color contains mainly: blue. Hex color #671DAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #671DAE is #98E251. Grayscale: #434343. Windows color (decimal): -10019410 or 11410791. OLE color: 11410791.
HSL color Cylindrical-coordinate representation of color #671DAE: hue angle of 270.62º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #671DAE is Cyan = 0.41, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 103 | 29 | 174 | - |
| CMYK | 0.41 | 0.83 | 0 | 0.32 |
| HSL | 270.62º | 0.71% | 0.4% | - |
| HSV(B) | 270.62º | 0.83% | 0.68% | - |
| XYZ | 13.67 | 6.82 | 40.64 | - |
| YUV | 67.66 | 188.02 | 153.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 29 | 174 | 0.41 | 0.83 | 0 | 0.32 | 270.62 | 0.71 | 0.4 |
| Hex | 67 | 1D | AE | 29 | 53 | 0 | 20 | 10F | 47 | 28 |
| Octal | 147 | 35 | 256 | 51 | 123 | 0 | 40 | 417 | 107 | 50 |
| Binary | 1100111 | 11101 | 10101110 | 101001 | 1010011 | 0 | 100000 | 100001111 | 1000111 | 101000 |
Color Harmonies of #671DAE
Complementary color
Monochromatic Colors of #671DAE
Black with #671DAE
Text Example
Text Example
White with #671DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #671DAE; }
p { color: rgb(103,29,174); }
H1.HeaderClassName
{
color: #671DAE;
}
.AnyTagClassName
{
color: #671DAE;
}
</style>
background-color css
<style>
a { background-color: #671DAE; }
a { background-color: rgb(103,29,174); }
div.DivClassName
{
background-color: #671DAE;
}
.BgClassName
{
background-color: #671DAE;
}
</style>
border-color css
<style>
span { border-color: #671DAE; }
span { border-color: rgb(103,29,174); }
td.TdClassName
{
border-color: #671DAE;
}
.TagClassName
{
border-color: #671DAE;
}
</style>