Shades of Purple Heart #673DD4
Tints of Purple Heart #673DD4
RGB
CMYK
RGB Variations
Color information
#673DD4 (or 0x673DD4) is known color: Purple Heart. HEX triplet: 67, 3D and D4. RGB value is (103,61,212). Sum of RGB (Red+Green+Blue) = 103+61+212=376 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.39% from 376); Green value is 61 (24.22% from 255 or 16.22% from 376); Blue value is 212 (83.20% from 255 or 56.38% from 376); Max value from RGB is 212 - color contains mainly: blue. Hex color #673DD4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #673DD4 is #98C22B. Grayscale: #5A5A5A. Windows color (decimal): -10011180 or 13909351. OLE color: 13909351.
HSL color Cylindrical-coordinate representation of color #673DD4: hue angle of 256.69º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #673DD4 is Cyan = 0.51, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 103 | 61 | 212 | - |
| CMYK | 0.51 | 0.71 | 0 | 0.17 |
| HSL | 256.69º | 0.64% | 0.54% | - |
| HSV(B) | 256.69º | 0.71% | 0.83% | - |
| XYZ | 19.15 | 10.97 | 63.4 | - |
| YUV | 90.77 | 196.41 | 136.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 61 | 212 | 0.51 | 0.71 | 0 | 0.17 | 256.69 | 0.64 | 0.54 |
| Hex | 67 | 3D | D4 | 33 | 47 | 0 | 11 | 101 | 40 | 36 |
| Octal | 147 | 75 | 324 | 63 | 107 | 0 | 21 | 401 | 100 | 66 |
| Binary | 1100111 | 111101 | 11010100 | 110011 | 1000111 | 0 | 10001 | 100000001 | 1000000 | 110110 |
Color Harmonies of #673DD4
Complementary color
Monochromatic Colors of #673DD4
Black with #673DD4
Text Example
Text Example
White with #673DD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673DD4; }
p { color: rgb(103,61,212); }
H1.HeaderClassName
{
color: #673DD4;
}
.AnyTagClassName
{
color: #673DD4;
}
</style>
background-color css
<style>
a { background-color: #673DD4; }
a { background-color: rgb(103,61,212); }
div.DivClassName
{
background-color: #673DD4;
}
.BgClassName
{
background-color: #673DD4;
}
</style>
border-color css
<style>
span { border-color: #673DD4; }
span { border-color: rgb(103,61,212); }
td.TdClassName
{
border-color: #673DD4;
}
.TagClassName
{
border-color: #673DD4;
}
</style>