Shades of Purple Heart #672DDC
Tints of Purple Heart #672DDC
RGB
CMYK
RGB Variations
Color information
#672DDC (or 0x672DDC) is known color: Purple Heart. HEX triplet: 67, 2D and DC. RGB value is (103,45,220). Sum of RGB (Red+Green+Blue) = 103+45+220=368 (48% of max value = 765). Red value is 103 (40.62% from 255 or 27.99% from 368); Green value is 45 (17.97% from 255 or 12.23% from 368); Blue value is 220 (86.33% from 255 or 59.78% from 368); Max value from RGB is 220 - color contains mainly: blue. Hex color #672DDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #672DDC is #98D223. Grayscale: #515151. Windows color (decimal): -10015268 or 14429543. OLE color: 14429543.
HSL color Cylindrical-coordinate representation of color #672DDC: hue angle of 259.89º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #672DDC is Cyan = 0.53, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 103 | 45 | 220 | - |
| CMYK | 0.53 | 0.80 | 0 | 0.14 |
| HSL | 259.89º | 0.71% | 0.52% | - |
| HSV(B) | 259.89º | 0.8% | 0.86% | - |
| XYZ | 19.45 | 9.93 | 68.6 | - |
| YUV | 82.29 | 205.72 | 142.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 45 | 220 | 0.53 | 0.80 | 0 | 0.14 | 259.89 | 0.71 | 0.52 |
| Hex | 67 | 2D | DC | 35 | 50 | 0 | E | 104 | 47 | 34 |
| Octal | 147 | 55 | 334 | 65 | 120 | 0 | 16 | 404 | 107 | 64 |
| Binary | 1100111 | 101101 | 11011100 | 110101 | 1010000 | 0 | 1110 | 100000100 | 1000111 | 110100 |
Color Harmonies of #672DDC
Complementary color
Monochromatic Colors of #672DDC
Black with #672DDC
Text Example
Text Example
White with #672DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #672DDC; }
p { color: rgb(103,45,220); }
H1.HeaderClassName
{
color: #672DDC;
}
.AnyTagClassName
{
color: #672DDC;
}
</style>
background-color css
<style>
a { background-color: #672DDC; }
a { background-color: rgb(103,45,220); }
div.DivClassName
{
background-color: #672DDC;
}
.BgClassName
{
background-color: #672DDC;
}
</style>
border-color css
<style>
span { border-color: #672DDC; }
span { border-color: rgb(103,45,220); }
td.TdClassName
{
border-color: #672DDC;
}
.TagClassName
{
border-color: #672DDC;
}
</style>