Shades of Purple Heart #672DB6
Tints of Purple Heart #672DB6
RGB
CMYK
RGB Variations
Color information
#672DB6 (or 0x672DB6) is known color: Purple Heart. HEX triplet: 67, 2D and B6. RGB value is (103,45,182). Sum of RGB (Red+Green+Blue) = 103+45+182=330 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.21% from 330); Green value is 45 (17.97% from 255 or 13.64% from 330); Blue value is 182 (71.48% from 255 or 55.15% from 330); Max value from RGB is 182 - color contains mainly: blue. Hex color #672DB6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #672DB6 is #98D249. Grayscale: #4D4D4D. Windows color (decimal): -10015306 or 11939175. OLE color: 11939175.
HSL color Cylindrical-coordinate representation of color #672DB6: hue angle of 265.4º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #672DB6 is Cyan = 0.43, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 103 | 45 | 182 | - |
| CMYK | 0.43 | 0.75 | 0 | 0.29 |
| HSL | 265.4º | 0.6% | 0.45% | - |
| HSV(B) | 265.4º | 0.75% | 0.71% | - |
| XYZ | 14.98 | 8.14 | 45.04 | - |
| YUV | 77.96 | 186.72 | 145.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 45 | 182 | 0.43 | 0.75 | 0 | 0.29 | 265.4 | 0.6 | 0.45 |
| Hex | 67 | 2D | B6 | 2B | 4B | 0 | 1D | 109 | 3C | 2D |
| Octal | 147 | 55 | 266 | 53 | 113 | 0 | 35 | 411 | 74 | 55 |
| Binary | 1100111 | 101101 | 10110110 | 101011 | 1001011 | 0 | 11101 | 100001001 | 111100 | 101101 |
Color Harmonies of #672DB6
Complementary color
Monochromatic Colors of #672DB6
Black with #672DB6
Text Example
Text Example
White with #672DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #672DB6; }
p { color: rgb(103,45,182); }
H1.HeaderClassName
{
color: #672DB6;
}
.AnyTagClassName
{
color: #672DB6;
}
</style>
background-color css
<style>
a { background-color: #672DB6; }
a { background-color: rgb(103,45,182); }
div.DivClassName
{
background-color: #672DB6;
}
.BgClassName
{
background-color: #672DB6;
}
</style>
border-color css
<style>
span { border-color: #672DB6; }
span { border-color: rgb(103,45,182); }
td.TdClassName
{
border-color: #672DB6;
}
.TagClassName
{
border-color: #672DB6;
}
</style>