Shades of Purple Heart #673DD6
Tints of Purple Heart #673DD6
RGB
CMYK
RGB Variations
Color information
#673DD6 (or 0x673DD6) is known color: Purple Heart. HEX triplet: 67, 3D and D6. RGB value is (103,61,214). Sum of RGB (Red+Green+Blue) = 103+61+214=378 (50% of max value = 765). Red value is 103 (40.62% from 255 or 27.25% from 378); Green value is 61 (24.22% from 255 or 16.14% from 378); Blue value is 214 (83.98% from 255 or 56.61% from 378); Max value from RGB is 214 - color contains mainly: blue. Hex color #673DD6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #673DD6 is #98C229. Grayscale: #5A5A5A. Windows color (decimal): -10011178 or 14040423. OLE color: 14040423.
HSL color Cylindrical-coordinate representation of color #673DD6: hue angle of 256.47º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #673DD6 is Cyan = 0.52, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 103 | 61 | 214 | - |
| CMYK | 0.52 | 0.71 | 0 | 0.16 |
| HSL | 256.47º | 0.65% | 0.54% | - |
| HSV(B) | 256.47º | 0.71% | 0.84% | - |
| XYZ | 19.4 | 11.08 | 64.73 | - |
| YUV | 91 | 197.41 | 136.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 61 | 214 | 0.52 | 0.71 | 0 | 0.16 | 256.47 | 0.65 | 0.54 |
| Hex | 67 | 3D | D6 | 34 | 47 | 0 | 10 | 100 | 41 | 36 |
| Octal | 147 | 75 | 326 | 64 | 107 | 0 | 20 | 400 | 101 | 66 |
| Binary | 1100111 | 111101 | 11010110 | 110100 | 1000111 | 0 | 10000 | 100000000 | 1000001 | 110110 |
Color Harmonies of #673DD6
Complementary color
Monochromatic Colors of #673DD6
Black with #673DD6
Text Example
Text Example
White with #673DD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673DD6; }
p { color: rgb(103,61,214); }
H1.HeaderClassName
{
color: #673DD6;
}
.AnyTagClassName
{
color: #673DD6;
}
</style>
background-color css
<style>
a { background-color: #673DD6; }
a { background-color: rgb(103,61,214); }
div.DivClassName
{
background-color: #673DD6;
}
.BgClassName
{
background-color: #673DD6;
}
</style>
border-color css
<style>
span { border-color: #673DD6; }
span { border-color: rgb(103,61,214); }
td.TdClassName
{
border-color: #673DD6;
}
.TagClassName
{
border-color: #673DD6;
}
</style>