Shades of Purple Heart #672DAD
Tints of Purple Heart #672DAD
RGB
CMYK
RGB Variations
Color information
#672DAD (or 0x672DAD) is known color: Purple Heart. HEX triplet: 67, 2D and AD. RGB value is (103,45,173). Sum of RGB (Red+Green+Blue) = 103+45+173=321 (42% of max value = 765). Red value is 103 (40.62% from 255 or 32.09% from 321); Green value is 45 (17.97% from 255 or 14.02% from 321); Blue value is 173 (67.97% from 255 or 53.89% from 321); Max value from RGB is 173 - color contains mainly: blue. Hex color #672DAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #672DAD is #98D252. Grayscale: #4C4C4C. Windows color (decimal): -10015315 or 11349351. OLE color: 11349351.
HSL color Cylindrical-coordinate representation of color #672DAD: hue angle of 267.19º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #672DAD is Cyan = 0.40, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 103 | 45 | 173 | - |
| CMYK | 0.40 | 0.74 | 0 | 0.32 |
| HSL | 267.19º | 0.59% | 0.43% | - |
| HSV(B) | 267.19º | 0.74% | 0.68% | - |
| XYZ | 14.07 | 7.78 | 40.29 | - |
| YUV | 76.93 | 182.22 | 146.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 45 | 173 | 0.40 | 0.74 | 0 | 0.32 | 267.19 | 0.59 | 0.43 |
| Hex | 67 | 2D | AD | 28 | 4A | 0 | 20 | 10B | 3B | 2B |
| Octal | 147 | 55 | 255 | 50 | 112 | 0 | 40 | 413 | 73 | 53 |
| Binary | 1100111 | 101101 | 10101101 | 101000 | 1001010 | 0 | 100000 | 100001011 | 111011 | 101011 |
Color Harmonies of #672DAD
Complementary color
Monochromatic Colors of #672DAD
Black with #672DAD
Text Example
Text Example
White with #672DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #672DAD; }
p { color: rgb(103,45,173); }
H1.HeaderClassName
{
color: #672DAD;
}
.AnyTagClassName
{
color: #672DAD;
}
</style>
background-color css
<style>
a { background-color: #672DAD; }
a { background-color: rgb(103,45,173); }
div.DivClassName
{
background-color: #672DAD;
}
.BgClassName
{
background-color: #672DAD;
}
</style>
border-color css
<style>
span { border-color: #672DAD; }
span { border-color: rgb(103,45,173); }
td.TdClassName
{
border-color: #672DAD;
}
.TagClassName
{
border-color: #672DAD;
}
</style>