Shades of Purple Heart #672DDF
Tints of Purple Heart #672DDF
RGB
CMYK
RGB Variations
Color information
#672DDF (or 0x672DDF) is known color: Purple Heart. HEX triplet: 67, 2D and DF. RGB value is (103,45,223). Sum of RGB (Red+Green+Blue) = 103+45+223=371 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.76% from 371); Green value is 45 (17.97% from 255 or 12.13% from 371); Blue value is 223 (87.5% from 255 or 60.11% from 371); Max value from RGB is 223 - color contains mainly: blue. Hex color #672DDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #672DDF is #98D220. Grayscale: #515151. Windows color (decimal): -10015265 or 14626151. OLE color: 14626151.
HSL color Cylindrical-coordinate representation of color #672DDF: hue angle of 259.55º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #672DDF is Cyan = 0.54, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 103 | 45 | 223 | - |
| CMYK | 0.54 | 0.80 | 0 | 0.13 |
| HSL | 259.55º | 0.74% | 0.53% | - |
| HSV(B) | 259.55º | 0.8% | 0.87% | - |
| XYZ | 19.85 | 10.09 | 70.71 | - |
| YUV | 82.63 | 207.22 | 142.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 45 | 223 | 0.54 | 0.80 | 0 | 0.13 | 259.55 | 0.74 | 0.53 |
| Hex | 67 | 2D | DF | 36 | 50 | 0 | D | 104 | 4A | 35 |
| Octal | 147 | 55 | 337 | 66 | 120 | 0 | 15 | 404 | 112 | 65 |
| Binary | 1100111 | 101101 | 11011111 | 110110 | 1010000 | 0 | 1101 | 100000100 | 1001010 | 110101 |
Color Harmonies of #672DDF
Complementary color
Monochromatic Colors of #672DDF
Black with #672DDF
Text Example
Text Example
White with #672DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #672DDF; }
p { color: rgb(103,45,223); }
H1.HeaderClassName
{
color: #672DDF;
}
.AnyTagClassName
{
color: #672DDF;
}
</style>
background-color css
<style>
a { background-color: #672DDF; }
a { background-color: rgb(103,45,223); }
div.DivClassName
{
background-color: #672DDF;
}
.BgClassName
{
background-color: #672DDF;
}
</style>
border-color css
<style>
span { border-color: #672DDF; }
span { border-color: rgb(103,45,223); }
td.TdClassName
{
border-color: #672DDF;
}
.TagClassName
{
border-color: #672DDF;
}
</style>