Shades of Purple Heart #672BDF
Tints of Purple Heart #672BDF
RGB
CMYK
RGB Variations
Color information
#672BDF (or 0x672BDF) is known color: Purple Heart. HEX triplet: 67, 2B and DF. RGB value is (103,43,223). Sum of RGB (Red+Green+Blue) = 103+43+223=369 (48% of max value = 765). Red value is 103 (40.62% from 255 or 27.91% from 369); Green value is 43 (17.19% from 255 or 11.65% from 369); Blue value is 223 (87.5% from 255 or 60.43% from 369); Max value from RGB is 223 - color contains mainly: blue. Hex color #672BDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #672BDF is #98D420. Grayscale: #505050. Windows color (decimal): -10015777 or 14625639. OLE color: 14625639.
HSL color Cylindrical-coordinate representation of color #672BDF: hue angle of 260º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #672BDF is Cyan = 0.54, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 103 | 43 | 223 | - |
| CMYK | 0.54 | 0.81 | 0 | 0.13 |
| HSL | 260º | 0.74% | 0.52% | - |
| HSV(B) | 260º | 0.81% | 0.87% | - |
| XYZ | 19.78 | 9.94 | 70.69 | - |
| YUV | 81.46 | 207.88 | 143.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 43 | 223 | 0.54 | 0.81 | 0 | 0.13 | 260 | 0.74 | 0.52 |
| Hex | 67 | 2B | DF | 36 | 51 | 0 | D | 104 | 4A | 34 |
| Octal | 147 | 53 | 337 | 66 | 121 | 0 | 15 | 404 | 112 | 64 |
| Binary | 1100111 | 101011 | 11011111 | 110110 | 1010001 | 0 | 1101 | 100000100 | 1001010 | 110100 |
Color Harmonies of #672BDF
Complementary color
Monochromatic Colors of #672BDF
Black with #672BDF
Text Example
Text Example
White with #672BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #672BDF; }
p { color: rgb(103,43,223); }
H1.HeaderClassName
{
color: #672BDF;
}
.AnyTagClassName
{
color: #672BDF;
}
</style>
background-color css
<style>
a { background-color: #672BDF; }
a { background-color: rgb(103,43,223); }
div.DivClassName
{
background-color: #672BDF;
}
.BgClassName
{
background-color: #672BDF;
}
</style>
border-color css
<style>
span { border-color: #672BDF; }
span { border-color: rgb(103,43,223); }
td.TdClassName
{
border-color: #672BDF;
}
.TagClassName
{
border-color: #672BDF;
}
</style>