Shades of Purple Heart #673CD6
Tints of Purple Heart #673CD6
RGB
CMYK
RGB Variations
Color information
#673CD6 (or 0x673CD6) is known color: Purple Heart. HEX triplet: 67, 3C and D6. RGB value is (103,60,214). Sum of RGB (Red+Green+Blue) = 103+60+214=377 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.32% from 377); Green value is 60 (23.83% from 255 or 15.92% from 377); Blue value is 214 (83.98% from 255 or 56.76% from 377); Max value from RGB is 214 - color contains mainly: blue. Hex color #673CD6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #673CD6 is #98C329. Grayscale: #595959. Windows color (decimal): -10011434 or 14040167. OLE color: 14040167.
HSL color Cylindrical-coordinate representation of color #673CD6: hue angle of 256.75º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #673CD6 is Cyan = 0.52, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 103 | 60 | 214 | - |
| CMYK | 0.52 | 0.72 | 0 | 0.16 |
| HSL | 256.75º | 0.65% | 0.54% | - |
| HSV(B) | 256.75º | 0.72% | 0.84% | - |
| XYZ | 19.35 | 10.97 | 64.72 | - |
| YUV | 90.41 | 197.75 | 136.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 60 | 214 | 0.52 | 0.72 | 0 | 0.16 | 256.75 | 0.65 | 0.54 |
| Hex | 67 | 3C | D6 | 34 | 48 | 0 | 10 | 101 | 41 | 36 |
| Octal | 147 | 74 | 326 | 64 | 110 | 0 | 20 | 401 | 101 | 66 |
| Binary | 1100111 | 111100 | 11010110 | 110100 | 1001000 | 0 | 10000 | 100000001 | 1000001 | 110110 |
Color Harmonies of #673CD6
Complementary color
Monochromatic Colors of #673CD6
Black with #673CD6
Text Example
Text Example
White with #673CD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673CD6; }
p { color: rgb(103,60,214); }
H1.HeaderClassName
{
color: #673CD6;
}
.AnyTagClassName
{
color: #673CD6;
}
</style>
background-color css
<style>
a { background-color: #673CD6; }
a { background-color: rgb(103,60,214); }
div.DivClassName
{
background-color: #673CD6;
}
.BgClassName
{
background-color: #673CD6;
}
</style>
border-color css
<style>
span { border-color: #673CD6; }
span { border-color: rgb(103,60,214); }
td.TdClassName
{
border-color: #673CD6;
}
.TagClassName
{
border-color: #673CD6;
}
</style>