Shades of Purple Heart #672DDD
Tints of Purple Heart #672DDD
RGB
CMYK
RGB Variations
Color information
#672DDD (or 0x672DDD) is known color: Purple Heart. HEX triplet: 67, 2D and DD. RGB value is (103,45,221). Sum of RGB (Red+Green+Blue) = 103+45+221=369 (48% of max value = 765). Red value is 103 (40.62% from 255 or 27.91% from 369); Green value is 45 (17.97% from 255 or 12.20% from 369); Blue value is 221 (86.72% from 255 or 59.89% from 369); Max value from RGB is 221 - color contains mainly: blue. Hex color #672DDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #672DDD is #98D222. Grayscale: #515151. Windows color (decimal): -10015267 or 14495079. OLE color: 14495079.
HSL color Cylindrical-coordinate representation of color #672DDD: hue angle of 259.77º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #672DDD is Cyan = 0.53, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 103 | 45 | 221 | - |
| CMYK | 0.53 | 0.80 | 0 | 0.13 |
| HSL | 259.77º | 0.72% | 0.52% | - |
| HSV(B) | 259.77º | 0.8% | 0.87% | - |
| XYZ | 19.58 | 9.98 | 69.3 | - |
| YUV | 82.41 | 206.22 | 142.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 45 | 221 | 0.53 | 0.80 | 0 | 0.13 | 259.77 | 0.72 | 0.52 |
| Hex | 67 | 2D | DD | 35 | 50 | 0 | D | 104 | 48 | 34 |
| Octal | 147 | 55 | 335 | 65 | 120 | 0 | 15 | 404 | 110 | 64 |
| Binary | 1100111 | 101101 | 11011101 | 110101 | 1010000 | 0 | 1101 | 100000100 | 1001000 | 110100 |
Color Harmonies of #672DDD
Complementary color
Monochromatic Colors of #672DDD
Black with #672DDD
Text Example
Text Example
White with #672DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #672DDD; }
p { color: rgb(103,45,221); }
H1.HeaderClassName
{
color: #672DDD;
}
.AnyTagClassName
{
color: #672DDD;
}
</style>
background-color css
<style>
a { background-color: #672DDD; }
a { background-color: rgb(103,45,221); }
div.DivClassName
{
background-color: #672DDD;
}
.BgClassName
{
background-color: #672DDD;
}
</style>
border-color css
<style>
span { border-color: #672DDD; }
span { border-color: rgb(103,45,221); }
td.TdClassName
{
border-color: #672DDD;
}
.TagClassName
{
border-color: #672DDD;
}
</style>