Shades of Purple Heart #672CAD
Tints of Purple Heart #672CAD
RGB
CMYK
RGB Variations
Color information
#672CAD (or 0x672CAD) is known color: Purple Heart. HEX triplet: 67, 2C and AD. RGB value is (103,44,173). Sum of RGB (Red+Green+Blue) = 103+44+173=320 (42% of max value = 765). Red value is 103 (40.62% from 255 or 32.19% from 320); Green value is 44 (17.58% from 255 or 13.75% from 320); Blue value is 173 (67.97% from 255 or 54.06% from 320); Max value from RGB is 173 - color contains mainly: blue. Hex color #672CAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #672CAD is #98D352. Grayscale: #4B4B4B. Windows color (decimal): -10015571 or 11349095. OLE color: 11349095.
HSL color Cylindrical-coordinate representation of color #672CAD: hue angle of 267.44º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #672CAD is Cyan = 0.40, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 103 | 44 | 173 | - |
| CMYK | 0.40 | 0.75 | 0 | 0.32 |
| HSL | 267.44º | 0.59% | 0.43% | - |
| HSV(B) | 267.44º | 0.75% | 0.68% | - |
| XYZ | 14.04 | 7.7 | 40.28 | - |
| YUV | 76.35 | 182.55 | 147.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 44 | 173 | 0.40 | 0.75 | 0 | 0.32 | 267.44 | 0.59 | 0.43 |
| Hex | 67 | 2C | AD | 28 | 4B | 0 | 20 | 10B | 3B | 2B |
| Octal | 147 | 54 | 255 | 50 | 113 | 0 | 40 | 413 | 73 | 53 |
| Binary | 1100111 | 101100 | 10101101 | 101000 | 1001011 | 0 | 100000 | 100001011 | 111011 | 101011 |
Color Harmonies of #672CAD
Complementary color
Monochromatic Colors of #672CAD
Black with #672CAD
Text Example
Text Example
White with #672CAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #672CAD; }
p { color: rgb(103,44,173); }
H1.HeaderClassName
{
color: #672CAD;
}
.AnyTagClassName
{
color: #672CAD;
}
</style>
background-color css
<style>
a { background-color: #672CAD; }
a { background-color: rgb(103,44,173); }
div.DivClassName
{
background-color: #672CAD;
}
.BgClassName
{
background-color: #672CAD;
}
</style>
border-color css
<style>
span { border-color: #672CAD; }
span { border-color: rgb(103,44,173); }
td.TdClassName
{
border-color: #672CAD;
}
.TagClassName
{
border-color: #672CAD;
}
</style>