Shades of Purple Heart #671AAC
Tints of Purple Heart #671AAC
RGB
CMYK
RGB Variations
Color information
#671AAC (or 0x671AAC) is known color: Purple Heart. HEX triplet: 67, 1A and AC. RGB value is (103,26,172). Sum of RGB (Red+Green+Blue) = 103+26+172=301 (39% of max value = 765). Red value is 103 (40.62% from 255 or 34.22% from 301); Green value is 26 (10.55% from 255 or 8.64% from 301); Blue value is 172 (67.58% from 255 or 57.14% from 301); Max value from RGB is 172 - color contains mainly: blue. Hex color #671AAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #671AAC is #98E553. Grayscale: #414141. Windows color (decimal): -10020180 or 11278951. OLE color: 11278951.
HSL color Cylindrical-coordinate representation of color #671AAC: hue angle of 271.64º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #671AAC is Cyan = 0.40, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 103 | 26 | 172 | - |
| CMYK | 0.40 | 0.85 | 0 | 0.33 |
| HSL | 271.64º | 0.74% | 0.39% | - |
| HSV(B) | 271.64º | 0.85% | 0.67% | - |
| XYZ | 13.41 | 6.6 | 39.6 | - |
| YUV | 65.67 | 188.01 | 154.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 26 | 172 | 0.40 | 0.85 | 0 | 0.33 | 271.64 | 0.74 | 0.39 |
| Hex | 67 | 1A | AC | 28 | 55 | 0 | 21 | 110 | 4A | 27 |
| Octal | 147 | 32 | 254 | 50 | 125 | 0 | 41 | 420 | 112 | 47 |
| Binary | 1100111 | 11010 | 10101100 | 101000 | 1010101 | 0 | 100001 | 100010000 | 1001010 | 100111 |
Color Harmonies of #671AAC
Complementary color
Monochromatic Colors of #671AAC
Black with #671AAC
Text Example
Text Example
White with #671AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #671AAC; }
p { color: rgb(103,26,172); }
H1.HeaderClassName
{
color: #671AAC;
}
.AnyTagClassName
{
color: #671AAC;
}
</style>
background-color css
<style>
a { background-color: #671AAC; }
a { background-color: rgb(103,26,172); }
div.DivClassName
{
background-color: #671AAC;
}
.BgClassName
{
background-color: #671AAC;
}
</style>
border-color css
<style>
span { border-color: #671AAC; }
span { border-color: rgb(103,26,172); }
td.TdClassName
{
border-color: #671AAC;
}
.TagClassName
{
border-color: #671AAC;
}
</style>